Filter destructors called upon daemon termination MP-505
[metaproxy-moved-to-github.git] / src / router_flexml.hpp
index 07f3267..6fca612 100644 (file)
@@ -44,7 +44,7 @@ namespace metaproxy_1
 
         virtual RoutePos *createpos() const;
         void start();
-        void stop();
+        void stop(int signo);
     private:
         boost::scoped_ptr<Rep> m_p;
     };