From be40b0d3a8cf2e37c80b2c248111051fa8bdf7bc Mon Sep 17 00:00:00 2001 From: Juanli Shen Date: Fri, 13 Jul 2018 19:52:59 -0700 Subject: Add server load reporting service --- include/grpcpp/impl/codegen/server_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/grpcpp/impl/codegen/server_context.h') diff --git a/include/grpcpp/impl/codegen/server_context.h b/include/grpcpp/impl/codegen/server_context.h index bced4202dd..153b404d9e 100644 --- a/include/grpcpp/impl/codegen/server_context.h +++ b/include/grpcpp/impl/codegen/server_context.h @@ -201,7 +201,7 @@ class ServerContext { /// \param algorithm The compression algorithm used for the server call. void set_compression_algorithm(grpc_compression_algorithm algorithm); - /// Set the load reporting costs in \a cost_data for the call. + /// Set the serialized load reporting costs in \a cost_data for the call. void SetLoadReportingCosts(const std::vector& cost_data); /// Return the authentication context for this server call. -- cgit v1.2.3