aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/network_status_tracker.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-07-14 16:48:23 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-07-14 16:48:23 -0700
commitf11b3336ec50b6c12e198e953f529b5e7c4e75f2 (patch)
tree5b742bbed6d30c51c38130dcc92d07c5154d30ee /src/core/lib/iomgr/network_status_tracker.h
parent9053ec01fe14ecc83d64313c8199e5ed2c800c1a (diff)
Make network status follow the normal init/shutdown path
Diffstat (limited to 'src/core/lib/iomgr/network_status_tracker.h')
-rw-r--r--src/core/lib/iomgr/network_status_tracker.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/network_status_tracker.h b/src/core/lib/iomgr/network_status_tracker.h
index 74a1aa8135..67cb645f44 100644
--- a/src/core/lib/iomgr/network_status_tracker.h
+++ b/src/core/lib/iomgr/network_status_tracker.h
@@ -35,7 +35,11 @@
#define GRPC_CORE_LIB_IOMGR_NETWORK_STATUS_TRACKER_H
#include "src/core/lib/iomgr/endpoint.h"
+void grpc_network_status_init(void);
+void grpc_network_status_shutdown(void);
+
void grpc_network_status_register_endpoint(grpc_endpoint *ep);
void grpc_network_status_unregister_endpoint(grpc_endpoint *ep);
void grpc_network_status_shutdown_all_endpoints();
+
#endif /* GRPC_CORE_LIB_IOMGR_NETWORK_STATUS_TRACKER_H */