X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_limit.cpp;h=f2c7399b76e13924d9717b73e8f2ae0f51487cad;hb=52141edd505a9e325ae735cede2e1ef89343a84b;hp=c43608ff9b8237df41f365633713111cfb966d81;hpb=4cd9e521c5e96e3fcc5dcec6192571b54a1351c4;p=metaproxy-moved-to-github.git diff --git a/src/filter_limit.cpp b/src/filter_limit.cpp index c43608f..f2c7399 100644 --- a/src/filter_limit.cpp +++ b/src/filter_limit.cpp @@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include -#include +#include #include "package.hpp" #include "util.hpp" @@ -32,9 +32,9 @@ namespace metaproxy_1 { namespace filter { class Limit::Ses { public: - yazpp_1::Yaz_bw bw_stat; - yazpp_1::Yaz_bw pdu_stat; - yazpp_1::Yaz_bw search_stat; + yazpp_1::TimeStat bw_stat; + yazpp_1::TimeStat pdu_stat; + yazpp_1::TimeStat search_stat; Ses() : bw_stat(60), pdu_stat(60), search_stat(60) {}; };