aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-03-05 22:23:23 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-03-05 22:23:23 -0800
commitac945eba98a11795faaa41b5d93fe27a8b5a89df (patch)
treed79726fd1e6d90e9711484eb9d449695f81c5497 /include
parent6684230224843456e5db89f768382c5830d83a79 (diff)
Reviewer comments
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 5c6cabb380..dd8a5d7d5f 100644
--- a/include/grpc/grpc.h
+++ b/include/grpc/grpc.h
@@ -286,7 +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. */
+/** Returns the JSON formatted channel trace for this channel. The caller
+ owns the returned string and is responsible for freeing it. */
GRPCAPI char* grpc_channel_get_trace(grpc_channel* channel);
/** Returns the channel uuid, which can be used to look up its trace at a