瀏覽代碼

Tag struct to ease casting in debugger

Craig Tiller 10 年之前
父節點
當前提交
800dacb334
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/channel/client_channel.c

+ 1 - 1
src/core/channel/client_channel.c

@@ -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 */