aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/port.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-05-17 09:11:29 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-05-17 09:11:29 -0700
commitc7d57f1157e7b11c286b635f0a3bc22659cd1900 (patch)
tree13219484355170f5c66c68270bdbead63933071a /src/core/lib/iomgr/port.h
parentfe5989ecf5da20eddab6bd4079a77b04e36b78b8 (diff)
C-ARES build fix
Diffstat (limited to 'src/core/lib/iomgr/port.h')
-rw-r--r--src/core/lib/iomgr/port.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/port.h b/src/core/lib/iomgr/port.h
index 7a07c3e381..e1ca43aecc 100644
--- a/src/core/lib/iomgr/port.h
+++ b/src/core/lib/iomgr/port.h
@@ -101,6 +101,7 @@
#define GRPC_CFSTREAM_IOMGR 1
#define GRPC_CFSTREAM_TCP 1
#define GRPC_CFSTREAM_TCP_CLIENT 1
+#define GRPC_POSIX_SOCKET_ARES_EV_DRIVER 1
#define GRPC_POSIX_SOCKET_EV 1
#define GRPC_POSIX_SOCKET_EV_EPOLL1 1
#define GRPC_POSIX_SOCKET_EV_EPOLLEX 1
@@ -154,6 +155,7 @@
#endif
#ifdef GRPC_POSIX_SOCKET
+#define GRPC_POSIX_SOCKET_ARES_EV_DRIVER 1
#define GRPC_POSIX_SOCKET_EV 1
#define GRPC_POSIX_SOCKET_EV_EPOLLEX 1
#define GRPC_POSIX_SOCKET_EV_EPOLLSIG 1