aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/channel_args.h
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-04-17 14:58:34 -0700
committerGravatar Mark D. Roth <roth@google.com>2018-04-17 14:58:34 -0700
commitdc4d01f6efa8ffc94d8c0223ca9fab44822ca691 (patch)
treee3633f190dc8325eeeb2484d039012830e152d4f /src/core/lib/channel/channel_args.h
parent6f3cadb687f7d9e3da3d49b18c3f68463352db6b (diff)
Add tracer for handshakers.
Diffstat (limited to 'src/core/lib/channel/channel_args.h')
-rw-r--r--src/core/lib/channel/channel_args.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/lib/channel/channel_args.h b/src/core/lib/channel/channel_args.h
index c0d6a17356..5ff303a9dc 100644
--- a/src/core/lib/channel/channel_args.h
+++ b/src/core/lib/channel/channel_args.h
@@ -124,4 +124,8 @@ grpc_arg grpc_channel_arg_integer_create(char* name, int value);
grpc_arg grpc_channel_arg_pointer_create(char* name, void* value,
const grpc_arg_pointer_vtable* vtable);
+// Returns a string representing channel args in human-readable form.
+// Callers takes ownership of result.
+char* grpc_channel_args_string(const grpc_channel_args* args);
+
#endif /* GRPC_CORE_LIB_CHANNEL_CHANNEL_ARGS_H */