From: serassio <> Date: Fri, 25 Nov 2005 02:43:11 +0000 (+0000) Subject: Recent ICAP merge broke profiling support, now fixed. X-Git-Tag: SQUID_3_0_PRE4~488 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fac640b786d4e4429285c965237b1d5db16c4eb8;p=thirdparty%2Fsquid.git Recent ICAP merge broke profiling support, now fixed. --- diff --git a/include/profiling.h b/include/profiling.h index 02f35a11e5..1be3c3a186 100644 --- a/include/profiling.h +++ b/include/profiling.h @@ -115,7 +115,7 @@ typedef enum { XPROF_CommWriteCallbackData_callCallback, XPROF_CommFillCallbackData_callCallback, XPROF_HttpStateData_readReply, - XPROF_HttpStateData_processReplyData, + XPROF_HttpStateData_processReplyBody, XPROF_StoreEntry_write, XPROF_storeGetMemSpace, XPROF_MemObject_write,