X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_load_balance.hpp;h=52d799390045405c074d629d633ef22e58d63b6a;hb=99277f256bd542a4bc259d0e8c88b2b7c1c256ad;hp=d6166a1475be2d00f87f2fa6b11c57d4864a0c27;hpb=e6d572ef110d14fa55115021505b808620457bd3;p=metaproxy-moved-to-github.git diff --git a/src/filter_load_balance.hpp b/src/filter_load_balance.hpp index d6166a1..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-2010 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); }; } }