From: Amos Jeffries Date: Sat, 3 Jan 2015 08:08:23 +0000 (-0800) Subject: Source Maintenance X-Git-Tag: merge-candidate-3-v1~385 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97ca6ed46c51431e70031d644933a6039b8bd349;p=thirdparty%2Fsquid.git Source Maintenance --- diff --git a/lib/profiler/xprof_type.h b/lib/profiler/xprof_type.h index 8f54de47f5..4d9b227a0c 100644 --- a/lib/profiler/xprof_type.h +++ b/lib/profiler/xprof_type.h @@ -52,6 +52,7 @@ typedef enum { XPROF_httpStart, XPROF_HttpStateData_processReplyBody, XPROF_HttpStateData_processReplyHeader, + XPROF_HttpStateData_readReply, XPROF_InvokeHandlers, XPROF_malloc, XPROF_MemBuf_append,