aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_posix.cc
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-03-14 15:41:48 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-03-14 15:41:48 -0700
commita22e16ad8b52d3ced5ecfd642a5182c3a81a5cbf (patch)
tree7943c07d00a5d3d38c8aa2e3481433ebac4b6736 /src/core/lib/iomgr/tcp_posix.cc
parentc0cd82faedfdfc4af4931d008b07094c8911dfe5 (diff)
parent7e24da469c2a931ee988d35bf99b9e47e8fa5940 (diff)
Merge master into yashykt:execctxcleanup
Diffstat (limited to 'src/core/lib/iomgr/tcp_posix.cc')
-rw-r--r--src/core/lib/iomgr/tcp_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/tcp_posix.cc b/src/core/lib/iomgr/tcp_posix.cc
index ca0046b83b..205af22531 100644
--- a/src/core/lib/iomgr/tcp_posix.cc
+++ b/src/core/lib/iomgr/tcp_posix.cc
@@ -63,7 +63,7 @@ typedef GRPC_MSG_IOVLEN_TYPE msg_iovlen_type;
typedef size_t msg_iovlen_type;
#endif
-grpc_core::TraceFlag grpc_tcp_trace(false, "tcp");
+extern grpc_core::TraceFlag grpc_tcp_trace;
namespace {
struct grpc_tcp {