aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/iomgr_posix.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-09-30 08:36:03 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-09-30 08:36:03 -0700
commit01be53d1a11c966baf1b1ce66baa60bf763bfc8b (patch)
tree1735d9189752ee699b6645a592b6a6c539e3ded0 /src/core/iomgr/iomgr_posix.c
parent4086474399be1811731fac8bb6755de730ddbc3f (diff)
Add a facility to flush iocp at iomgr shutdown
Diffstat (limited to 'src/core/iomgr/iomgr_posix.c')
-rw-r--r--src/core/iomgr/iomgr_posix.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/iomgr/iomgr_posix.c b/src/core/iomgr/iomgr_posix.c
index db93d0a756..f6474b7e6d 100644
--- a/src/core/iomgr/iomgr_posix.c
+++ b/src/core/iomgr/iomgr_posix.c
@@ -45,6 +45,9 @@ void grpc_iomgr_platform_init(void) {
grpc_register_tracer("tcp", &grpc_tcp_trace);
}
+void grpc_iomgr_platform_flush(void) {
+}
+
void grpc_iomgr_platform_shutdown(void) {
grpc_fd_global_shutdown();
}