diff --git a/src/core/transport/transport_op_string.c b/src/core/transport/transport_op_string.c index 04c1d790226..7bbe8276c38 100644 --- a/src/core/transport/transport_op_string.c +++ b/src/core/transport/transport_op_string.c @@ -41,6 +41,9 @@ #include #include +/* These routines are here to facilitate debugging - they produce string + representations of various transport data structures */ + static void put_metadata(gpr_strvec *b, grpc_mdelem *md) { gpr_strvec_add(b, gpr_strdup("key=")); gpr_strvec_add(