X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_frontend_net.hpp;h=ee91e54ef228d5a2964da6e8d6dc92b0486b3733;hb=4bfec20c393570a81471c644fad6268eed3dba29;hp=14a0b1bb80a693ae1949bdd88f6daab733dc7a11;hpb=d201492ea7198dd89dbae087eec0363a8e64e089;p=metaproxy-moved-to-github.git diff --git a/src/filter_frontend_net.hpp b/src/filter_frontend_net.hpp index 14a0b1b..ee91e54 100644 --- a/src/filter_frontend_net.hpp +++ b/src/filter_frontend_net.hpp @@ -36,7 +36,8 @@ namespace metaproxy_1 { FrontendNet(); ~FrontendNet(); void process(metaproxy_1::Package & package) const; - void configure(const xmlNode * ptr, bool test_only); + void configure(const xmlNode * ptr, bool test_only, + const char *path); public: /// set ports void set_ports(std::vector &ports);