aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/thread_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpp/server/thread_pool.h')
-rw-r--r--src/cpp/server/thread_pool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpp/server/thread_pool.h b/src/cpp/server/thread_pool.h
index 26f25611b5..3b70249bf9 100644
--- a/src/cpp/server/thread_pool.h
+++ b/src/cpp/server/thread_pool.h
@@ -62,6 +62,8 @@ class ThreadPool GRPC_FINAL : public ThreadPoolInterface {
void ThreadFunc();
};
+ThreadPoolInterface* CreateDefaultThreadPool();
+
} // namespace grpc
#endif // GRPC_INTERNAL_CPP_SERVER_THREAD_POOL_H