X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=blobdiff_plain;f=src%2Fthread_pool_observer.hpp;fp=src%2Fthread_pool_observer.hpp;h=8d59897322bf4f5d283fd0e2b330f068d7327974;hp=88c3a0b02507f76b070ca260e30689069f778f01;hb=705875bc5185fa585f54d5387323db10d898cea1;hpb=09a3443aa1f7d5a49862af007a4044751ccc28c4 diff --git a/src/thread_pool_observer.hpp b/src/thread_pool_observer.hpp index 88c3a0b..8d59897 100644 --- a/src/thread_pool_observer.hpp +++ b/src/thread_pool_observer.hpp @@ -38,7 +38,8 @@ namespace metaproxy_1 { class Worker; public: ThreadPoolSocketObserver(yazpp_1::ISocketObservable *obs, - unsigned min_threads, unsigned max_threads); + unsigned min_threads, unsigned max_threads, + unsigned stack_size); virtual ~ThreadPoolSocketObserver(); void put(IThreadPoolMsg *m); void cleanup(IThreadPoolMsg *m, void *info);