aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/client_helper.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-07-22 09:10:39 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-07-22 09:10:39 -0700
commitc899319fd854e7d9476ab3c304c059a99e549a21 (patch)
treefc1bd0b76b0072f7ac6859327651502df93259e8 /test/cpp/interop/client_helper.h
parent80f3995e47ae1ccd30a48c00ef8770cf18e51280 (diff)
Updated interop tests with support for compression.
The support for uncompressable payloads relies on a 512KB file with data from /dev/urandom
Diffstat (limited to 'test/cpp/interop/client_helper.h')
-rw-r--r--test/cpp/interop/client_helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/interop/client_helper.h b/test/cpp/interop/client_helper.h
index fb8a6644e4..1c7036d25d 100644
--- a/test/cpp/interop/client_helper.h
+++ b/test/cpp/interop/client_helper.h
@@ -61,6 +61,7 @@ class InteropClientContextInspector {
// Inspector methods, able to peek inside ClientContext, follow.
grpc_compression_algorithm GetCallCompressionAlgorithm() const;
+ gpr_uint32 GetMessageFlags() const;
private:
const ::grpc::ClientContext& context_;