aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_posix.cc
diff options
context:
space:
mode:
authorGravatar Guantao Liu <guantaol@google.com>2018-11-27 13:18:27 -0800
committerGravatar Guantao Liu <guantaol@google.com>2018-11-27 13:18:27 -0800
commita7b24f511fc7ab5cb41d6aee9838157955f2f9b3 (patch)
tree03e53be9ffb585617dbdc46b77d0df98414226bd /src/core/lib/iomgr/tcp_posix.cc
parentc1af11fbd622c640b15a7c8e5977e0c40a546969 (diff)
Revert "Resolve naming conflicts"
Diffstat (limited to 'src/core/lib/iomgr/tcp_posix.cc')
-rw-r--r--src/core/lib/iomgr/tcp_posix.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/tcp_posix.cc b/src/core/lib/iomgr/tcp_posix.cc
index 58e15bf15e..4d9a66e82c 100644
--- a/src/core/lib/iomgr/tcp_posix.cc
+++ b/src/core/lib/iomgr/tcp_posix.cc
@@ -261,9 +261,9 @@ static void notify_on_write(grpc_tcp* tcp) {
gpr_log(GPR_INFO, "TCP:%p notify_on_write", tcp);
}
- static bool event_engine_run_in_background =
+ static bool grpc_event_engine_run_in_background =
grpc_event_engine_run_in_background();
- if (event_engine_run_in_background) {
+ if (grpc_event_engine_run_in_background) {
// If there is a polling engine always running in the background, there is
// no need to run the backup poller.
GRPC_CLOSURE_INIT(&tcp->write_done_closure, tcp_handle_write, tcp,