Merge branch 'cleaner-posix3' of github.com:ctiller/grpc into cleaner-posix3

pull/5456/head
Craig Tiller 9 years ago
commit 54a7b8d625
  1. 6
      src/core/lib/iomgr/ev_poll_posix.h

@ -31,11 +31,11 @@
*
*/
#ifndef GRPC_INTERNAL_CORE_IOMGR_EV_POLL_POSIX_H
#define GRPC_INTERNAL_CORE_IOMGR_EV_POLL_POSIX_H
#ifndef GRPC_CORE_LIB_IOMGR_EV_POLL_POSIX_H
#define GRPC_CORE_LIB_IOMGR_EV_POLL_POSIX_H
#include "src/core/lib/iomgr/ev_posix.h"
const grpc_event_engine_vtable *grpc_init_poll_posix(void);
#endif // GRPC_INTERNAL_CORE_IOMGR_EV_POLL_AND_EPOLL_POSIX_H
#endif /* GRPC_CORE_LIB_IOMGR_EV_POLL_POSIX_H */

Loading…
Cancel
Save