aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-05 06:43:37 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-05 06:43:37 -0700
commit9e0b79e047988e9b3bff6a995a5af8e3553d03e2 (patch)
treee664a04ef5bdafdd09bcd9558dbb6274117811ed /src/core/lib
parent2a7ce4f282c2081de6f22891fda1f14261345c00 (diff)
Update to new API
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/iomgr/endpoint_pair_uv.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/lib/iomgr/endpoint_pair_uv.c b/src/core/lib/iomgr/endpoint_pair_uv.c
index ff24894c6d..9718eb0523 100644
--- a/src/core/lib/iomgr/endpoint_pair_uv.c
+++ b/src/core/lib/iomgr/endpoint_pair_uv.c
@@ -41,9 +41,8 @@
#include "src/core/lib/iomgr/endpoint_pair.h"
-grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(
- const char *name, grpc_resource_quota *resource_quota,
- size_t read_slice_size) {
+grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char *name,
+ grpc_channel_args *args) {
grpc_endpoint_pair endpoint_pair;
// TODO(mlumish): implement this properly under libuv
GPR_ASSERT(false &&