Skip to content
Snippets Groups Projects
Commit da1d2ef0 authored by Sree Kuchibhotla's avatar Sree Kuchibhotla Committed by GitHub
Browse files

Merge pull request #8564 from sreecha/endpoint_uv

Fix compilation bug when GRPC_UV is defined
parents 1c55919e a0d2468b
No related branches found
No related tags found
No related merge requests found
...@@ -41,8 +41,9 @@ ...@@ -41,8 +41,9 @@
#include "src/core/lib/iomgr/endpoint_pair.h" #include "src/core/lib/iomgr/endpoint_pair.h"
grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char *name, grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(
size_t read_slice_size) { const char *name, grpc_resource_quota *resource_quota,
size_t read_slice_size) {
grpc_endpoint_pair endpoint_pair; grpc_endpoint_pair endpoint_pair;
// TODO(mlumish): implement this properly under libuv // TODO(mlumish): implement this properly under libuv
GPR_ASSERT(false && GPR_ASSERT(false &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment