aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/server_helper.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-07-20 23:43:53 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-07-20 23:43:53 -0700
commit9c512bdf98fe66b45532b6c2ead242e45ec07651 (patch)
tree1a732289c425958aa56055f238d280bbf4d9e2a8 /test/cpp/interop/server_helper.h
parent588a86dc0a0ac556f87788696a03e8331d3a6983 (diff)
wip
Diffstat (limited to 'test/cpp/interop/server_helper.h')
-rw-r--r--test/cpp/interop/server_helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/interop/server_helper.h b/test/cpp/interop/server_helper.h
index d738d05038..006a0e31ea 100644
--- a/test/cpp/interop/server_helper.h
+++ b/test/cpp/interop/server_helper.h
@@ -36,6 +36,7 @@
#include <memory>
+#include <grpc/compression.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
@@ -49,6 +50,7 @@ class InteropContextInspector {
InteropContextInspector(const ::grpc::ServerContext& context);
// Inspector methods, able to peek inside ServerContext go here.
+ grpc_compression_algorithm GetCallCompressionAlgorithm() const;
private:
const ::grpc::ServerContext& context_;