X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_load_balance.hpp;h=52d799390045405c074d629d633ef22e58d63b6a;hb=99277f256bd542a4bc259d0e8c88b2b7c1c256ad;hp=5909fec3b687b00202ceff271df413c905994d40;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/filter_load_balance.hpp b/src/filter_load_balance.hpp index 5909fec..52d7993 100644 --- a/src/filter_load_balance.hpp +++ b/src/filter_load_balance.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2011 Index Data + Copyright (C) 2005-2012 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -33,7 +33,8 @@ namespace metaproxy_1 { LoadBalance(); ~LoadBalance(); 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); }; } }