]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add profiling for the new request line parser
authoradrian <>
Wed, 27 Sep 2006 19:31:02 +0000 (19:31 +0000)
committeradrian <>
Wed, 27 Sep 2006 19:31:02 +0000 (19:31 +0000)
include/profiling.h

index 81de4bc4bb5d965b74aa1828105e677a119b22e0..84cdcfaedbdd8d5f662825fc7aeeb326c7656622 100644 (file)
@@ -142,6 +142,7 @@ typedef enum {
     XPROF_Temp3,
     XPROF_clientSocketRecipient,
     XPROF_httpStart,
+    XPROF_HttpParserParseReqLine,
     XPROF_LAST
 } xprof_type;