Mercurial > hg > orthanc
diff Plugins/Engine/OrthancPlugins.h @ 3179:fca730c267d7
New primitives to set and refresh metrics
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 30 Jan 2019 17:12:15 +0100 |
parents | 4e43e67f8ecf |
children | a48d652f1500 |
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.h Wed Jan 30 12:41:20 2019 +0100 +++ b/Plugins/Engine/OrthancPlugins.h Wed Jan 30 17:12:15 2019 +0100 @@ -111,6 +111,8 @@ void RegisterIncomingHttpRequestFilter2(const void* parameters); + void RegisterRefreshMetricsCallback(const void* parameters); + void AnswerBuffer(const void* parameters); void Redirect(const void* parameters); @@ -313,6 +315,8 @@ IJob* UnserializeJob(const std::string& type, const Json::Value& value); + + void RefreshMetrics(); }; }