diff options
author | Mark D. Roth <roth@google.com> | 2016-11-03 09:33:36 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-11-03 09:33:36 -0700 |
commit | e5b4d4f35b9a5ee4e1553cc3cdc136af9992e334 (patch) | |
tree | 56582ba7b65bb6fe0f1d8728bfae59e474a4e3e5 /test/core/util/passthru_endpoint.h | |
parent | b2d24886196c5000cc15bb5953659ff50b09ad87 (diff) | |
parent | b37ace5d279925ecd7f8dd6dca03e20cb066ae50 (diff) |
Merge remote-tracking branch 'upstream/master' into channel_info_api
Diffstat (limited to 'test/core/util/passthru_endpoint.h')
-rw-r--r-- | test/core/util/passthru_endpoint.h | 3 |
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 |