X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Frouter_flexml.cpp;h=8d6e2bbcc5e1fa1e980d41c3938777c5f2fa1ded;hb=9838c2eadf06b6bfe3d6eb264c1b485b51ba1a06;hp=6f15edc17fee9a2ba5be99791f058b542296a6bd;hpb=491b957f16710bd20d924466d8ba3d7208f60573;p=metaproxy-moved-to-github.git diff --git a/src/router_flexml.cpp b/src/router_flexml.cpp index 6f15edc..8d6e2bb 100644 --- a/src/router_flexml.cpp +++ b/src/router_flexml.cpp @@ -504,7 +504,7 @@ void mp::RouterFleXML::start() } } -void mp::RouterFleXML::stop() +void mp::RouterFleXML::stop(int signo) { std::map::iterator route_it; @@ -516,7 +516,7 @@ void mp::RouterFleXML::stop() std::list >::iterator it; for (it = route.m_list.begin(); it != route.m_list.end(); it++) - (*it)->stop(); + (*it)->stop(signo); route_it++; } }