From: robertc <> Date: Wed, 25 Jun 2003 01:49:58 +0000 (+0000) Subject: Summary: Add missing profile counter. X-Git-Tag: SQUID_3_0_PRE1~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eef306dc0b8e9e854ed22e0fbaae56d0c5823ba3;p=thirdparty%2Fsquid.git Summary: Add missing profile counter. Keywords: Oops, managed to leave out one of the coutner declarations. --- diff --git a/include/profiling.h b/include/profiling.h index 159720433c..221abbd022 100644 --- a/include/profiling.h +++ b/include/profiling.h @@ -107,6 +107,7 @@ typedef enum { #endif XPROF_storeClient_kickReads, XPROF_eventRun, + XPROF_storeDirCallback, XPROF_comm_calliocallback, XPROF_CommReadCallbackData_callCallback, XPROF_CommAcceptCallbackData_callCallback,