aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/passthru_endpoint.h
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-02-07 13:13:20 -0800
committerGravatar yang-g <yangg@google.com>2017-02-07 13:13:20 -0800
commit13a537bcae9d21587deda4ca70428bb254e6daa0 (patch)
tree7092942d91b70e374c10501d23fdce8ad755ab4f /test/core/util/passthru_endpoint.h
parent1e19b8d3e7a29a39fd4c5359cc99c941179be7f3 (diff)
parent27ee9d015dff36ebf32e95c80a4d0b37ac7137ba (diff)
merge with head
Diffstat (limited to 'test/core/util/passthru_endpoint.h')
-rw-r--r--test/core/util/passthru_endpoint.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/core/util/passthru_endpoint.h b/test/core/util/passthru_endpoint.h
index b81ac5571c..9199925aa0 100644
--- a/test/core/util/passthru_endpoint.h
+++ b/test/core/util/passthru_endpoint.h
@@ -36,8 +36,11 @@
#include "src/core/lib/iomgr/endpoint.h"
+typedef struct { int num_writes; } grpc_passthru_endpoint_stats;
+
void grpc_passthru_endpoint_create(grpc_endpoint **client,
grpc_endpoint **server,
- grpc_resource_quota *resource_quota);
+ grpc_resource_quota *resource_quota,
+ grpc_passthru_endpoint_stats *stats);
#endif