aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/grpc.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-03-02 15:16:50 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-03-02 15:16:50 -0800
commitcd6755b13c7227dbfea2f8f8385b41eca15da8ca (patch)
treee56815eeba0dcc4e96beacbad169d723edafa1e1 /include/grpc/grpc.h
parent77917688b92974a716b608325b757a907b367047 (diff)
Re write rendered
Diffstat (limited to 'include/grpc/grpc.h')
-rw-r--r--include/grpc/grpc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h
index e3b60a93a2..5c6cabb380 100644
--- a/include/grpc/grpc.h
+++ b/include/grpc/grpc.h
@@ -286,9 +286,8 @@ GRPCAPI grpc_channel* grpc_lame_client_channel_create(
/** Close and destroy a grpc channel */
GRPCAPI void grpc_channel_destroy(grpc_channel* channel);
-/** Returns the JSON formatted channel trace for this channel. If recursive
- is non 0, it will render all of the trace for this channel's subchannels. */
-GRPCAPI char* grpc_channel_get_trace(grpc_channel* channel, int recursive);
+/** Returns the JSON formatted channel trace for this channel. */
+GRPCAPI char* grpc_channel_get_trace(grpc_channel* channel);
/** Returns the channel uuid, which can be used to look up its trace at a
later time. */