Skip to content
Snippets Groups Projects
Commit 800dacb3 authored by Craig Tiller's avatar Craig Tiller
Browse files

Tag struct to ease casting in debugger

parent 1447ece0
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
typedef struct call_data call_data; typedef struct call_data call_data;
typedef struct { typedef struct client_channel_channel_data {
/** metadata context for this channel */ /** metadata context for this channel */
grpc_mdctx *mdctx; grpc_mdctx *mdctx;
/** resolver for this channel */ /** resolver for this channel */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment