aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/passthru_endpoint.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-28 07:31:20 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-28 07:31:20 -0700
commitfa014a86e3598abf02134189a88c1b8f80c64191 (patch)
treee0395bf34392dbfa232e6a9b39ae49571b62262d /test/core/util/passthru_endpoint.h
parent6d4340dda88f6f8771dde54e21620dc32dc4e65a (diff)
parent6628e36a89b3ec709477b7ff494ec5e237ac8231 (diff)
Merge github.com:grpc/grpc into pid_ctl
Diffstat (limited to 'test/core/util/passthru_endpoint.h')
-rw-r--r--test/core/util/passthru_endpoint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/util/passthru_endpoint.h b/test/core/util/passthru_endpoint.h
index aa1d3a1763..b81ac5571c 100644
--- a/test/core/util/passthru_endpoint.h
+++ b/test/core/util/passthru_endpoint.h
@@ -37,6 +37,7 @@
#include "src/core/lib/iomgr/endpoint.h"
void grpc_passthru_endpoint_create(grpc_endpoint **client,
- grpc_endpoint **server);
+ grpc_endpoint **server,
+ grpc_resource_quota *resource_quota);
#endif