aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_server.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-10-12 16:41:38 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-10-12 16:41:38 -0700
commitc0aa97d158c31f40282f10ed14a46eaee957cf97 (patch)
tree20ecbc424decc534fed30e6f886c39cc2f4ad38a /src/core/lib/iomgr/tcp_server.h
parenta460192d926d9d4adf76ef35d8ef1521623e2123 (diff)
parentd44144c3b2112ed61a21c08331bfe9e18664ceb3 (diff)
Merge branch 'master' into uv_core_transport
Diffstat (limited to 'src/core/lib/iomgr/tcp_server.h')
-rw-r--r--src/core/lib/iomgr/tcp_server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/tcp_server.h b/src/core/lib/iomgr/tcp_server.h
index 20495e8a77..0c2a4f41da 100644
--- a/src/core/lib/iomgr/tcp_server.h
+++ b/src/core/lib/iomgr/tcp_server.h
@@ -103,8 +103,8 @@ grpc_tcp_server *grpc_tcp_server_ref(grpc_tcp_server *s);
void grpc_tcp_server_shutdown_starting_add(grpc_tcp_server *s,
grpc_closure *shutdown_starting);
-/* If the refcount drops to zero, delete s, and call (exec_ctx==NULL) or enqueue
- a call (exec_ctx!=NULL) to shutdown_complete. */
+/* If the refcount drops to zero, enqueue calls on exec_ctx to
+ shutdown_listeners and delete s. */
void grpc_tcp_server_unref(grpc_exec_ctx *exec_ctx, grpc_tcp_server *s);
/* Shutdown the fds of listeners. */