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=88c3a0b02507f76b070ca260e30689069f778f01;hp=630b39b3d865ce86c26632927dbb4861f7a338c3;hb=bf357542a6cc1b8b1a04274803716c9f28f13d57;hpb=8951d049feaa4b499324d444c466a22d34260192 diff --git a/src/thread_pool_observer.hpp b/src/thread_pool_observer.hpp index 630b39b..88c3a0b 100644 --- a/src/thread_pool_observer.hpp +++ b/src/thread_pool_observer.hpp @@ -38,7 +38,7 @@ namespace metaproxy_1 { class Worker; public: ThreadPoolSocketObserver(yazpp_1::ISocketObservable *obs, - int no_threads); + unsigned min_threads, unsigned max_threads); virtual ~ThreadPoolSocketObserver(); void put(IThreadPoolMsg *m); void cleanup(IThreadPoolMsg *m, void *info);