pull/10892/head
Craig Tiller 8 years ago
parent c67cc999e3
commit d4838a98c5
  1. 2
      src/core/lib/iomgr/ev_epoll1_linux.c
  2. 8
      src/core/lib/iomgr/ev_epoll1_linux.h
  3. 2
      tools/run_tests/run_tests.py

@ -1,6 +1,6 @@
/*
*
* Copyright 2016, Google Inc.
* Copyright 2017, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
/*
*
* Copyright 2015, Google Inc.
* Copyright 2017, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -41,10 +41,4 @@
const grpc_event_engine_vtable *grpc_init_epoll1_linux(void);
#ifdef GRPC_LINUX_EPOLL
void *grpc_fd_get_polling_island(grpc_fd *fd);
void *grpc_pollset_get_polling_island(grpc_pollset *ps);
bool grpc_are_polling_islands_equal(void *p, void *q);
#endif /* defined(GRPC_LINUX_EPOLL) */
#endif /* GRPC_CORE_LIB_IOMGR_EV_EPOLL1_LINUX_H */

@ -72,7 +72,7 @@ _FORCE_ENVIRON_FOR_WRAPPERS = {
_POLLING_STRATEGIES = {
'linux': ['epoll', 'poll', 'poll-cv']
'linux': ['epoll1', 'epollsig', 'poll', 'poll-cv']
}

Loading…
Cancel
Save