aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.h
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2015-10-16 10:56:31 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2015-10-19 16:15:51 -0700
commitfbc376f935b1d779fb6595d1ef97c169ffd7a47c (patch)
treecad4fb841ceea72e0d6c95e88b8c835128ca7e84 /test/cpp/interop/interop_client.h
parentb839682c0b9e938ccd9d66e6b3f92b6e7cd3ab65 (diff)
Interop stress tests
Diffstat (limited to 'test/cpp/interop/interop_client.h')
-rw-r--r--test/cpp/interop/interop_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/interop/interop_client.h b/test/cpp/interop/interop_client.h
index ebecd68c3f..1f13d5b971 100644
--- a/test/cpp/interop/interop_client.h
+++ b/test/cpp/interop/interop_client.h
@@ -39,6 +39,7 @@
#include <grpc/grpc.h>
#include <grpc++/channel.h>
#include "test/proto/messages.grpc.pb.h"
+#include "test/proto/test.grpc.pb.h"
namespace grpc {
namespace testing {
@@ -80,6 +81,7 @@ class InteropClient {
void AssertOkOrPrintErrorStatus(const Status& s);
std::shared_ptr<Channel> channel_;
+ std::unique_ptr<TestService::Stub> stub_;
};
} // namespace testing