X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=src%2Fthread_pool_observer.hpp;h=4fe5fd3eb2f77261cbbe1ff921c382d5cf39c15f;hb=5ea0250959340c9cde8603e99c8f967eadf1990f;hp=73ee78f30a50e3cce1257a52081f4f45b4458183;hpb=54ba460c3427f3a1cfcfc5c230b77b883e98d642;p=metaproxy-moved-to-github.git diff --git a/src/thread_pool_observer.hpp b/src/thread_pool_observer.hpp index 73ee78f..4fe5fd3 100644 --- a/src/thread_pool_observer.hpp +++ b/src/thread_pool_observer.hpp @@ -44,6 +44,7 @@ namespace metaproxy_1 { void cleanup(IThreadPoolMsg *m, void *info); IThreadPoolMsg *get(); void run(void *p); + void get_thread_info(int &tbusy, int &total); private: void socketNotify(int event); boost::scoped_ptr m_p;