diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-05-13 11:37:12 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-05-13 11:37:12 -0700 |
commit | effd74c3cc307c67059e30fa47359f9ca7d6d672 (patch) | |
tree | 16017791bf23425e2d4634d09073e4e58fba7271 /Makefile | |
parent | ebf66403aabf03d519c9f7307149720faf6e1d47 (diff) | |
parent | 5f902c1267a0ab2748f1ca0ebb837a6a5190cbf5 (diff) |
Merge pull request #5456 from ctiller/cleaner-posix3
Splitting out a pure poll() based event engine
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2511,6 +2511,7 @@ LIBGRPC_SRC = \ src/core/lib/iomgr/endpoint_pair_posix.c \ src/core/lib/iomgr/endpoint_pair_windows.c \ src/core/lib/iomgr/ev_poll_and_epoll_posix.c \ + src/core/lib/iomgr/ev_poll_posix.c \ src/core/lib/iomgr/ev_posix.c \ src/core/lib/iomgr/exec_ctx.c \ src/core/lib/iomgr/executor.c \ @@ -2857,6 +2858,7 @@ LIBGRPC_UNSECURE_SRC = \ src/core/lib/iomgr/endpoint_pair_posix.c \ src/core/lib/iomgr/endpoint_pair_windows.c \ src/core/lib/iomgr/ev_poll_and_epoll_posix.c \ + src/core/lib/iomgr/ev_poll_posix.c \ src/core/lib/iomgr/ev_posix.c \ src/core/lib/iomgr/exec_ctx.c \ src/core/lib/iomgr/executor.c \ |