Filter destructors called upon daemon termination MP-505
[metaproxy-moved-to-github.git] / include / metaproxy / router_xml.hpp
index 2792ba7..e85632f 100644 (file)
@@ -41,7 +41,7 @@ namespace metaproxy_1
 
         virtual RoutePos *createpos() const;
         void start();
-        void stop();
+        void stop(int signo);
     private:
         boost::scoped_ptr<Rep> m_p;
     };