aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/port.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-05-30 15:42:31 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-05-30 16:00:06 -0700
commit142cbb59480794980e53062c846bcc2d7512548a (patch)
treeb393255c68f2f1141e703d2cb1bc70312bd1eb97 /src/core/lib/iomgr/port.h
parenta6e8d0ba24a684713b879eb18e7ce5313f8030cf (diff)
Address comments on names and comments
Diffstat (limited to 'src/core/lib/iomgr/port.h')
-rw-r--r--src/core/lib/iomgr/port.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/port.h b/src/core/lib/iomgr/port.h
index a1a029e1bf..80d8e63cdd 100644
--- a/src/core/lib/iomgr/port.h
+++ b/src/core/lib/iomgr/port.h
@@ -99,8 +99,8 @@
#define GRPC_POSIX_NO_SPECIAL_WAKEUP_FD 1
#ifdef GRPC_CFSTREAM
#define GRPC_POSIX_SOCKET_IOMGR 1
-#define GRPC_CFSTREAM_TCP 1
-#define GRPC_CFSTREAM_TCP_CLIENT 1
+#define GRPC_CFSTREAM_ENDPOINT 1
+#define GRPC_CFSTREAM_CLIENT 1
#define GRPC_POSIX_SOCKET_ARES_EV_DRIVER 1
#define GRPC_POSIX_SOCKET_EV 1
#define GRPC_POSIX_SOCKET_EV_EPOLL1 1