GRPC Core
0.11.0.0
|
#include <connectivity_state.h>
Data Fields | |
struct grpc_connectivity_state_watcher * | next |
we keep watchers in a linked list More... | |
grpc_iomgr_closure * | notify |
closure to notify on change More... | |
grpc_connectivity_state * | current |
the current state as believed by the watcher More... | |
grpc_connectivity_state* grpc_connectivity_state_watcher::current |
the current state as believed by the watcher
struct grpc_connectivity_state_watcher* grpc_connectivity_state_watcher::next |
we keep watchers in a linked list
grpc_iomgr_closure* grpc_connectivity_state_watcher::notify |
closure to notify on change