diff options
author | Mark D. Roth <roth@google.com> | 2016-08-02 10:07:48 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-08-02 10:07:48 -0700 |
commit | 3ac6fc1b97924b069e998ad72e0c404d21381cac (patch) | |
tree | 07edeef1a36558dbbe62e96ebf778f6c6959863a /src/core/lib/iomgr/tcp_server.h | |
parent | f9d8e9064ba9aa20c944441f4890866ff3b98141 (diff) | |
parent | 0ff122e3e55a297643805735986deb7f336c7159 (diff) |
Merge branch 'filter_call_init_failure' into filter_api
Diffstat (limited to 'src/core/lib/iomgr/tcp_server.h')
-rw-r--r-- | src/core/lib/iomgr/tcp_server.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/tcp_server.h b/src/core/lib/iomgr/tcp_server.h index 875a6ca14a..5a25d39a0c 100644 --- a/src/core/lib/iomgr/tcp_server.h +++ b/src/core/lib/iomgr/tcp_server.h @@ -105,4 +105,8 @@ void grpc_tcp_server_shutdown_starting_add(grpc_tcp_server *s, a call (exec_ctx!=NULL) to shutdown_complete. */ void grpc_tcp_server_unref(grpc_exec_ctx *exec_ctx, grpc_tcp_server *s); +/* Shutdown the fds of listeners. */ +void grpc_tcp_server_shutdown_listeners(grpc_exec_ctx *exec_ctx, + grpc_tcp_server *s); + #endif /* GRPC_CORE_LIB_IOMGR_TCP_SERVER_H */ |