aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/mock_endpoint.h
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-11-03 09:33:36 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-11-03 09:33:36 -0700
commite5b4d4f35b9a5ee4e1553cc3cdc136af9992e334 (patch)
tree56582ba7b65bb6fe0f1d8728bfae59e474a4e3e5 /test/core/util/mock_endpoint.h
parentb2d24886196c5000cc15bb5953659ff50b09ad87 (diff)
parentb37ace5d279925ecd7f8dd6dca03e20cb066ae50 (diff)
Merge remote-tracking branch 'upstream/master' into channel_info_api
Diffstat (limited to 'test/core/util/mock_endpoint.h')
-rw-r--r--test/core/util/mock_endpoint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/util/mock_endpoint.h b/test/core/util/mock_endpoint.h
index 051af9866b..b3a464ca01 100644
--- a/test/core/util/mock_endpoint.h
+++ b/test/core/util/mock_endpoint.h
@@ -36,7 +36,8 @@
#include "src/core/lib/iomgr/endpoint.h"
-grpc_endpoint *grpc_mock_endpoint_create(void (*on_write)(gpr_slice slice));
+grpc_endpoint *grpc_mock_endpoint_create(void (*on_write)(gpr_slice slice),
+ grpc_resource_quota *resource_quota);
void grpc_mock_endpoint_put_read(grpc_exec_ctx *exec_ctx,
grpc_endpoint *mock_endpoint, gpr_slice slice);