From fac640b786d4e4429285c965237b1d5db16c4eb8 Mon Sep 17 00:00:00 2001 From: serassio <> Date: Fri, 25 Nov 2005 02:43:11 +0000 Subject: [PATCH] Recent ICAP merge broke profiling support, now fixed. --- include/profiling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3