diff options
author | Alexander Polcyn <apolcyn@google.com> | 2017-11-13 16:31:27 -0800 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2017-11-13 16:31:27 -0800 |
commit | 248c4f5848c8761fc16352e1f2f1e6d047780b4e (patch) | |
tree | db3bc383eeccf2599a2c3ddae821ad363c74515a /src/core/lib/iomgr/endpoint_pair_uv.cc | |
parent | 3f6b10afba43e2855efd2fbeb3f1f4ea6c2a9657 (diff) | |
parent | e52772451a7bbf4f3f7b72cfc369781fd74a6930 (diff) |
Merge remote-tracking branch 'upstream/master' into pass_args_to_tsi
Diffstat (limited to 'src/core/lib/iomgr/endpoint_pair_uv.cc')
-rw-r--r-- | src/core/lib/iomgr/endpoint_pair_uv.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/endpoint_pair_uv.cc b/src/core/lib/iomgr/endpoint_pair_uv.cc index ff72fe0492..128a947d1b 100644 --- a/src/core/lib/iomgr/endpoint_pair_uv.cc +++ b/src/core/lib/iomgr/endpoint_pair_uv.cc @@ -26,8 +26,8 @@ #include "src/core/lib/iomgr/endpoint_pair.h" -grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char *name, - grpc_channel_args *args) { +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 && |