aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/interceptors_util.cc
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-11-01 14:06:43 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-11-01 14:06:43 -0700
commite2361a4751435f86b27ca7d4c690c38346c9ed63 (patch)
tree58798436aaa218d433b9eca335d6b97d41ceba5e /test/cpp/end2end/interceptors_util.cc
parentd736b1d3090ed6f4ca570066de2788e8f8164431 (diff)
Add server interceptors in end2end_test
Diffstat (limited to 'test/cpp/end2end/interceptors_util.cc')
-rw-r--r--test/cpp/end2end/interceptors_util.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/end2end/interceptors_util.cc b/test/cpp/end2end/interceptors_util.cc
index 7dad7ef567..29fb49d3eb 100644
--- a/test/cpp/end2end/interceptors_util.cc
+++ b/test/cpp/end2end/interceptors_util.cc
@@ -23,6 +23,7 @@ namespace testing {
std::atomic<int> DummyInterceptor::num_times_run_;
std::atomic<int> DummyInterceptor::num_times_run_reverse_;
+std::atomic<int> DummyInterceptor::num_times_cancel_;
void MakeCall(const std::shared_ptr<Channel>& channel) {
auto stub = grpc::testing::EchoTestService::NewStub(channel);