X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fmetaproxy%2Frouter_chain.hpp;fp=include%2Fmetaproxy%2Frouter_chain.hpp;h=4639803c1cba9e965617007934905ddeb59667dd;hb=9838c2eadf06b6bfe3d6eb264c1b485b51ba1a06;hp=2d83729855603f6b2fc91e22a69d9e03c6ed24be;hpb=491b957f16710bd20d924466d8ba3d7208f60573;p=metaproxy-moved-to-github.git diff --git a/include/metaproxy/router_chain.hpp b/include/metaproxy/router_chain.hpp index 2d83729..4639803 100644 --- a/include/metaproxy/router_chain.hpp +++ b/include/metaproxy/router_chain.hpp @@ -35,7 +35,7 @@ namespace metaproxy_1 { virtual RoutePos *createpos() const; RouterChain & append(const filter::Base &filter); void start(); - void stop(); + void stop(int signo); private: boost::scoped_ptr m_p; /// disabled because class is singleton