aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-02-17 14:25:23 -0800
committerGravatar yang-g <yangg@google.com>2016-02-17 14:25:23 -0800
commit9384dd971abe8754dc47498a10ee2554d8d762dd (patch)
treec40028c8b03585e7d0dd6ca5effe64814bd2c47c
parenta3c968d9c263b7e380f524bcb27195a76ff3d4b7 (diff)
add comments
-rw-r--r--src/cpp/common/channel_arguments.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpp/common/channel_arguments.cc b/src/cpp/common/channel_arguments.cc
index 72e7b2b4cf..3e581b4a9c 100644
--- a/src/cpp/common/channel_arguments.cc
+++ b/src/cpp/common/channel_arguments.cc
@@ -91,6 +91,9 @@ void ChannelArguments::SetCompressionAlgorithm(
}
// Note: a second call to this will add in front the result of the first call.
+// An example is calling this on a copy of ChannelArguments which already has a
+// prefix. The user can build up a prefix string by calling this multiple times,
+// each with more significant identifier.
void ChannelArguments::SetUserAgentPrefix(
const grpc::string& user_agent_prefix) {
if (user_agent_prefix.empty()) {