aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-12-11 08:22:51 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-12-11 08:24:40 -0800
commit7b1fc0faa23b2cc1807450498b8c69afb079c2d2 (patch)
tree8cd8264fce56eba89f6934939af9acb3dd5face7 /include
parent07fc27c20d694021669f2d77449da0666b6b1626 (diff)
Add max_results to ServerSockets
Diffstat (limited to 'include')
-rw-r--r--include/grpc/grpc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h
index d3b74cabab..fec7f5269e 100644
--- a/include/grpc/grpc.h
+++ b/include/grpc/grpc.h
@@ -511,7 +511,8 @@ GRPCAPI char* grpc_channelz_get_server(intptr_t server_id);
/* Gets all server sockets that exist in the server. */
GRPCAPI char* grpc_channelz_get_server_sockets(intptr_t server_id,
- intptr_t start_socket_id);
+ intptr_t start_socket_id,
+ intptr_t max_results);
/* Returns a single Channel, or else a NOT_FOUND code. The returned string
is allocated and must be freed by the application. */