aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/iomgr_posix.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-10-01 08:01:58 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-10-01 08:01:58 -0700
commitb7a597771f4db347748b5e5f89d02ed067c5a614 (patch)
tree10cf9b21fd8d2904bc6d191db0016ee38ffececf /src/core/iomgr/iomgr_posix.c
parent71a0f9d3b02ea51b17581e7b655bb48e85f6e553 (diff)
parent2b2a1ad6ca97da100fd469085f0ffef847e87e65 (diff)
Merge github.com:grpc/grpc into clangf
Diffstat (limited to 'src/core/iomgr/iomgr_posix.c')
-rw-r--r--src/core/iomgr/iomgr_posix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/iomgr/iomgr_posix.c b/src/core/iomgr/iomgr_posix.c
index 083e24133f..fecb7b9760 100644
--- a/src/core/iomgr/iomgr_posix.c
+++ b/src/core/iomgr/iomgr_posix.c
@@ -45,6 +45,8 @@ 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(); }
#endif /* GRPC_POSIX_SOCKET */