From: Automatic source maintenance Date: Wed, 27 Mar 2013 00:13:29 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_4_0_1~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ad74a956a1bb74c70e74436ce73ba0d1f3eb71d;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/comm/AcceptLimiter.h b/src/comm/AcceptLimiter.h index 8cda97f723..a31d96af25 100644 --- a/src/comm/AcceptLimiter.h +++ b/src/comm/AcceptLimiter.h @@ -23,7 +23,7 @@ namespace Comm * use TcpAcceptor::isLimited as a flag whether to re-list when kick()'ing * or to NULL an entry while scanning the list for empty spaces. * Side effect: TcpAcceptor->kick() becomes allowed to pull off multiple accept()'s in bunches - * + * * 2) re-implement as a list instead of vector? * storing head/tail pointers for fast push/pop and avoiding the whole shift() overhead */