diff options
author | Craig Tiller <ctiller@google.com> | 2015-10-19 15:18:24 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-10-19 15:18:24 -0700 |
commit | e2a1bf46f975a47497977a19a556dd9f07ae944a (patch) | |
tree | 3637b4ab8651899d4f190194a87dcf2d04a9d34a /tools/doxygen/Doxyfile.core.internal | |
parent | 8093b57a98bfc6b685cb3302e3194f7e2aef14e3 (diff) | |
parent | 661ad7fc85b0603c9e554b82851c102b84375074 (diff) |
Merge pull request #3726 from dgquintas/iomgr_executor
Introducing grpc_executor, for all your threading needs
Diffstat (limited to 'tools/doxygen/Doxyfile.core.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 51a11a7e0a..a9c932fb96 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -816,6 +816,7 @@ src/core/iomgr/closure.h \ src/core/iomgr/endpoint.h \ src/core/iomgr/endpoint_pair.h \ src/core/iomgr/exec_ctx.h \ +src/core/iomgr/executor.h \ src/core/iomgr/fd_posix.h \ src/core/iomgr/iocp_windows.h \ src/core/iomgr/iomgr.h \ @@ -952,6 +953,7 @@ src/core/iomgr/endpoint.c \ src/core/iomgr/endpoint_pair_posix.c \ src/core/iomgr/endpoint_pair_windows.c \ src/core/iomgr/exec_ctx.c \ +src/core/iomgr/executor.c \ src/core/iomgr/fd_posix.c \ src/core/iomgr/iocp_windows.c \ src/core/iomgr/iomgr.c \ |