thread::attribute only available in Boost 1.50 or later
[metaproxy-moved-to-github.git] / src / thread_pool_observer.hpp
index 8d59897..f10a16f 100644 (file)
@@ -47,6 +47,7 @@ namespace metaproxy_1 {
         void run(void *p);
         void get_thread_info(int &tbusy, int &total);
     private:
+        void add_worker(void);
         void socketNotify(int event);
         boost::scoped_ptr<Rep> m_p;