diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-10-06 09:10:26 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-10-06 09:10:26 -0700 |
commit | 800dacb334c130395d8eda53cc148ff0ede0d8be (patch) | |
tree | 5c72c78c8ce923614720c06149887ff7d601e009 /src/core | |
parent | 1447ece09352c0c7a8fbeacad55214d2ff075b0d (diff) |
Tag struct to ease casting in debugger
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/channel/client_channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/channel/client_channel.c b/src/core/channel/client_channel.c index b59b62a6aa..8e7cb27cfd 100644 --- a/src/core/channel/client_channel.c +++ b/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 */ |