aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_server_posix.cc
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-05-16 13:36:21 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-05-16 16:51:22 -0700
commitfe5989ecf5da20eddab6bd4079a77b04e36b78b8 (patch)
treeb0ba2b9789fc2255dee6ca469946305b5cca6a9c /src/core/lib/iomgr/tcp_server_posix.cc
parenta2a3261834528884c1b827a5455aa1616874afb8 (diff)
Comments
Diffstat (limited to 'src/core/lib/iomgr/tcp_server_posix.cc')
-rw-r--r--src/core/lib/iomgr/tcp_server_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/tcp_server_posix.cc b/src/core/lib/iomgr/tcp_server_posix.cc
index 463eb6de95..7c338d5462 100644
--- a/src/core/lib/iomgr/tcp_server_posix.cc
+++ b/src/core/lib/iomgr/tcp_server_posix.cc
@@ -558,4 +558,4 @@ grpc_tcp_server_vtable grpc_posix_tcp_server_vtable = {
tcp_server_shutdown_starting_add,
tcp_server_unref,
tcp_server_shutdown_listeners};
-#endif
+#endif /* GRPC_POSIX_SOCKET_TCP_SERVER */