aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/surface/server.h')
-rw-r--r--src/core/surface/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/surface/server.h b/src/core/surface/server.h
index 8adaafd5e3..96d47de3cb 100644
--- a/src/core/surface/server.h
+++ b/src/core/surface/server.h
@@ -43,7 +43,7 @@ grpc_server *grpc_server_create_from_filters (const grpc_channel_filter ** filte
/* Add a listener to the server: when the server starts, it will call start,
and when it shuts down, it will call destroy */
-void grpc_server_add_listener (grpc_server * server, void *listener, void (*start) (grpc_exec_ctx * exec_ctx, grpc_server * server, void *arg, grpc_pollset ** pollsets, size_t npollsets), void (*destroy) (grpc_exec_ctx * exec_ctx, grpc_server * server, void *arg, grpc_closure * on_done, grpc_closure_list * closure_list));
+void grpc_server_add_listener (grpc_exec_ctx * exec_ctx, grpc_server * server, void *listener, void (*start) (grpc_exec_ctx * exec_ctx, grpc_server * server, void *arg, grpc_pollset ** pollsets, size_t npollsets), void (*destroy) (grpc_exec_ctx * exec_ctx, grpc_server * server, void *arg, grpc_closure * on_done));
/* Setup a transport - creates a channel stack, binds the transport to the
server */