Add ThreadPoolSocketObserver::get_thread_info
[metaproxy-moved-to-github.git] / src / thread_pool_observer.hpp
index 73ee78f..4fe5fd3 100644 (file)
@@ -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<Rep> m_p;