X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_load_balance.cpp;h=af934f3a8c9d68857883ad39ce652a8159b8e915;hb=03e2fc2fbd11931ca4183c3f1fb678f09eb5403e;hp=c91791bcb67f6931b1e31676d44e05b7c8cfc45b;hpb=677a15e766a782dd2064451213e4fe484784c5ee;p=metaproxy-moved-to-github.git diff --git a/src/filter_load_balance.cpp b/src/filter_load_balance.cpp index c91791b..af934f3 100644 --- a/src/filter_load_balance.cpp +++ b/src/filter_load_balance.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_load_balance.cpp,v 1.10 2008-02-20 15:07:52 adam Exp $ +/* $Id: filter_load_balance.cpp,v 1.11 2008-02-27 11:08:49 adam Exp $ Copyright (c) 2005-2007, Index Data. This file is part of Metaproxy. @@ -28,7 +28,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include -#include #include @@ -248,14 +247,6 @@ void yf::LoadBalance::Impl::process(mp::Package &package) } } -// getting timestamp for receiving of package -//boost::posix_time::ptime receive_time -// = boost::posix_time::microsec_clock::local_time(); -// //<< receive_time << " " -// //<< to_iso_string(receive_time) << " " -//<< to_iso_extended_string(receive_time) << " " - - // statistic manipulating functions, void yf::LoadBalance::Impl::add_dead(unsigned long session_id){