Beginnings of graceful stop
[metaproxy-moved-to-github.git] / include / metaproxy / filter.hpp
index b42116c..2d5495f 100644 (file)
@@ -41,6 +41,8 @@ namespace metaproxy_1 {
                                    const char *path) = 0;
 
             virtual void start() const;
+
+            virtual void stop() const;
         };
 
         class FilterException : public std::runtime_error {