aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/client_config/subchannel.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-16 10:04:36 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-16 10:04:36 -0700
commit36c86e2a8348a69dcddff4ce8dbfbaf155423234 (patch)
tree51cdaefd8d88efd598bf1382b40cf6c54b0b20a7 /src/core/client_config/subchannel.h
parent7d57ba138fc4dbde885c5a59231ae6de6968e557 (diff)
parent9ed4be48955e3b65b0540f70060b7191d8c1eef1 (diff)
Merge github.com:grpc/grpc into shindig
Diffstat (limited to 'src/core/client_config/subchannel.h')
-rw-r--r--src/core/client_config/subchannel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/client_config/subchannel.h b/src/core/client_config/subchannel.h
index 2e36c69134..29a0b67d2d 100644
--- a/src/core/client_config/subchannel.h
+++ b/src/core/client_config/subchannel.h
@@ -43,6 +43,7 @@ typedef struct grpc_subchannel grpc_subchannel;
typedef struct grpc_subchannel_call grpc_subchannel_call;
typedef struct grpc_subchannel_args grpc_subchannel_args;
+#define GRPC_SUBCHANNEL_REFCOUNT_DEBUG
#ifdef GRPC_SUBCHANNEL_REFCOUNT_DEBUG
#define GRPC_SUBCHANNEL_REF(p, r) \
grpc_subchannel_ref((p), __FILE__, __LINE__, (r))