aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/network_status_tracker.h
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@makarand-linux.mtv.corp.google.com>2016-06-22 13:34:59 -0700
committerGravatar Makarand Dharmapurikar <makarandd@makarand-linux.mtv.corp.google.com>2016-06-22 13:34:59 -0700
commit614944324246b2b4eef9fc2e989af20375c49cd5 (patch)
tree0403e90918f0bfa8017ad765c9f42d928e9575d7 /src/core/lib/iomgr/network_status_tracker.h
parent0579cfc334794a32e243e971f77e01b5fd8f3c55 (diff)
add code to unregister endpoints
Diffstat (limited to 'src/core/lib/iomgr/network_status_tracker.h')
-rw-r--r--src/core/lib/iomgr/network_status_tracker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/network_status_tracker.h b/src/core/lib/iomgr/network_status_tracker.h
index 4154151927..74a1aa8135 100644
--- a/src/core/lib/iomgr/network_status_tracker.h
+++ b/src/core/lib/iomgr/network_status_tracker.h
@@ -36,5 +36,6 @@
#include "src/core/lib/iomgr/endpoint.h"
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 */