diff options
author | Craig Tiller <ctiller@google.com> | 2016-05-13 13:39:41 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-05-13 13:39:41 -0700 |
commit | 23b6cdb59d8c7b03cfef727028abd3a6f1fc6e54 (patch) | |
tree | 07142e875626c0f975402202ed82c596c652a64d /src/core/lib/transport | |
parent | 3b03f8b37858810a668ab4b6643b9f3e17fd95cc (diff) |
Fix lb_policies_test
Diffstat (limited to 'src/core/lib/transport')
-rw-r--r-- | src/core/lib/transport/transport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/transport/transport.h b/src/core/lib/transport/transport.h index 83529e794e..f2d750e870 100644 --- a/src/core/lib/transport/transport.h +++ b/src/core/lib/transport/transport.h @@ -50,7 +50,7 @@ typedef struct grpc_transport grpc_transport; for a stream. */ typedef struct grpc_stream grpc_stream; -#define GRPC_STREAM_REFCOUNT_DEBUG +//#define GRPC_STREAM_REFCOUNT_DEBUG typedef struct grpc_stream_refcount { gpr_refcount refs; |