]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 29 May 2013 00:13:21 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 29 May 2013 00:13:21 +0000 (18:13 -0600)
lib/profiler/xprof_type.h

index 78db8251f0013d4066abb926ec530f484ef45638..c45378fd6970a3c7a5564df64f763e4a6cc9c245 100644 (file)
@@ -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,