aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_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_posix.cc
parenta2a3261834528884c1b827a5455aa1616874afb8 (diff)
Comments
Diffstat (limited to 'src/core/lib/iomgr/tcp_posix.cc')
-rw-r--r--src/core/lib/iomgr/tcp_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/tcp_posix.cc b/src/core/lib/iomgr/tcp_posix.cc
index d7dda7454b..6fdf9b93fe 100644
--- a/src/core/lib/iomgr/tcp_posix.cc
+++ b/src/core/lib/iomgr/tcp_posix.cc
@@ -811,4 +811,4 @@ void grpc_tcp_destroy_and_release_fd(grpc_endpoint* ep, int* fd,
TCP_UNREF(tcp, "destroy");
}
-#endif
+#endif /* GRPC_POSIX_SOCKET_TCP */