From: Automatic source maintenance Date: Wed, 29 May 2013 00:13:21 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_4_0_1~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=beae57286f8086b24a68203090b791a14ca99a8f;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/lib/profiler/xprof_type.h b/lib/profiler/xprof_type.h index 78db8251f0..c45378fd69 100644 --- a/lib/profiler/xprof_type.h +++ b/lib/profiler/xprof_type.h @@ -4,6 +4,7 @@ #if USE_XPROF_STATS typedef enum { XPROF_PROF_UNACCOUNTED, + XPROF_ACL_matches, XPROF_HttpHeaderClean, XPROF_HttpHeaderParse, XPROF_HttpHeader_getCc, @@ -27,7 +28,6 @@ typedef enum { XPROF_StringInitBuf, XPROF_StringReset, XPROF_aclCheckFast, - XPROF_aclMatchAclList, XPROF_calloc, XPROF_clientSocketRecipient, XPROF_commHandleWrite,