19 #ifndef GRPC_CORE_LIB_IOMGR_POLLSET_CUSTOM_H
20 #define GRPC_CORE_LIB_IOMGR_POLLSET_CUSTOM_H
void grpc_custom_pollset_init(grpc_custom_poller_vtable *vtable)
Definition: pollset_custom.cc:103
struct grpc_custom_poller_vtable grpc_custom_poller_vtable
Definition: pollset_custom.h:28
void(* shutdown)()
Definition: pollset_custom.h:32
void(* init)()
Definition: pollset_custom.h:29
void(* kick)()
Definition: pollset_custom.h:31
Definition: error_internal.h:41