aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/support
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-11-16 14:18:28 -0800
committerGravatar Mark D. Roth <roth@google.com>2016-11-16 14:18:28 -0800
commit863113a0d98b6ed151113d4537ece635569a73e0 (patch)
tree8941d9b0162a3447554a74c745aeed957f8a60a2 /include/grpc++/support
parent69f783dffcb94625f503a7af35fd460b83c2fd40 (diff)
parent740665a6f65b3d827e0755de8bb1bcd57745b9f1 (diff)
Merge remote-tracking branch 'upstream/master' into service_config_json
Diffstat (limited to 'include/grpc++/support')
-rw-r--r--include/grpc++/support/channel_arguments.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/grpc++/support/channel_arguments.h b/include/grpc++/support/channel_arguments.h
index 37de51e813..0938bf71bb 100644
--- a/include/grpc++/support/channel_arguments.h
+++ b/include/grpc++/support/channel_arguments.h
@@ -79,6 +79,9 @@ class ChannelArguments {
/// Set the compression algorithm for the channel.
void SetCompressionAlgorithm(grpc_compression_algorithm algorithm);
+ /// Set the socket mutator for the channel.
+ void SetSocketMutator(grpc_socket_mutator* mutator);
+
/// The given string will be sent at the front of the user agent string.
void SetUserAgentPrefix(const grpc::string& user_agent_prefix);