Merge pull request #12893 from yashykt/epollsig_header

Add grpc_posix.h header for grpc_use_signal declaration
pull/12909/merge
Yash Tibrewal 8 years ago committed by GitHub
commit c56221f46c
  1. 2
      src/core/lib/iomgr/ev_epollsig_linux.cc

@ -18,6 +18,8 @@
#include "src/core/lib/iomgr/port.h"
#include <grpc/grpc_posix.h>
/* This polling engine is only relevant on linux kernels supporting epoll() */
#ifdef GRPC_LINUX_EPOLL

Loading…
Cancel
Save