]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Include missing profiling defines.
authoradrian <>
Mon, 2 Oct 2006 17:39:46 +0000 (17:39 +0000)
committeradrian <>
Mon, 2 Oct 2006 17:39:46 +0000 (17:39 +0000)
include/profiling.h

index 3a2d01aaad5f9ce6387d6dc86788688ff1649c1c..acbf1664c95cd0423fba647b1e2eb40fa56d71f5 100644 (file)
@@ -152,6 +152,9 @@ typedef enum {
     XPROF_StringClean,
     XPROF_StringReset,
     XPROF_StringAppend,
+    XPROF_HttpHeader_findEntry,
+    XPROF_HttpHeader_getCc,
+    XPROF_HttpHeader_getRange,
     XPROF_LAST
 } xprof_type;