aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-12-12 15:38:04 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-12-12 15:38:04 -0800
commita5fd84e65a7f60497f343212151751690eb6517c (patch)
tree856865c91a6601340ff2657d4e7e822201dc15a8 /include
parent3fc5ca0c75aae97e9201df000a5afd5f628403b8 (diff)
parent5e492721de246124d8b4cb97404a75c03711c140 (diff)
Merge remote-tracking branch 'upstream/master' into config-isolation
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. */