Tag struct to ease casting in debugger

pull/3647/head
Craig Tiller 9 years ago
parent 1447ece093
commit 800dacb334
  1. 2
      src/core/channel/client_channel.c

@ -51,7 +51,7 @@
typedef struct call_data call_data;
typedef struct {
typedef struct client_channel_channel_data {
/** metadata context for this channel */
grpc_mdctx *mdctx;
/** resolver for this channel */

Loading…
Cancel
Save