34 #ifndef GRPC_INTERNAL_CORE_IOMGR_POLLSET_H
35 #define GRPC_INTERNAL_CORE_IOMGR_POLLSET_H
37 #include <grpc/support/port_platform.h>
38 #include <grpc/support/time.h>
47 #ifdef GPR_POSIX_SOCKET
48 #include "src/core/iomgr/pollset_posix.h"
52 #include "src/core/iomgr/pollset_windows.h"
58 void (*shutdown_done)(
void *
arg),
59 void *shutdown_done_arg);
Definition: pollset_posix.h:48