diff options
Diffstat (limited to 'ceee/ie/broker/broker_rpc_client.h')
-rw-r--r-- | ceee/ie/broker/broker_rpc_client.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ceee/ie/broker/broker_rpc_client.h b/ceee/ie/broker/broker_rpc_client.h index d80b164..71929c0 100644 --- a/ceee/ie/broker/broker_rpc_client.h +++ b/ceee/ie/broker/broker_rpc_client.h @@ -34,8 +34,11 @@ class BrokerRpcClient { // Adds UMA to histograms on the server side. Either performance timings or // generic histogram. virtual HRESULT SendUmaHistogramTimes(const char* name, int sample); - virtual HRESULT SendUmaHistogramData( - const char* name, int sample, int min, int max, int bucket_count); + virtual HRESULT SendUmaHistogramData(const char* name, + int sample, + int min, + int max, + int bucket_count); // @} private: |