aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/channel_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/channel_interface.h')
-rw-r--r--include/grpc++/channel_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc++/channel_interface.h b/include/grpc++/channel_interface.h
index 7d50b45280..4d48974e69 100644
--- a/include/grpc++/channel_interface.h
+++ b/include/grpc++/channel_interface.h
@@ -51,6 +51,7 @@ class ChannelInterface : public CallHook {
public:
virtual ~ChannelInterface() {}
+ virtual void *RegisterMethod(const char *method_name) = 0;
virtual Call CreateCall(const RpcMethod& method, ClientContext* context,
CompletionQueue* cq) = 0;
};