]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: Add missing profile counter.
authorrobertc <>
Wed, 25 Jun 2003 01:49:58 +0000 (01:49 +0000)
committerrobertc <>
Wed, 25 Jun 2003 01:49:58 +0000 (01:49 +0000)
Keywords:

Oops, managed to leave out one of the coutner declarations.

include/profiling.h

index 159720433c6ae26b89750d8c23dec98ec4aa839c..221abbd02287a3893ecdf22ec4ce3a9de2220e96 100644 (file)
@@ -107,6 +107,7 @@ typedef enum {
 #endif
     XPROF_storeClient_kickReads,
     XPROF_eventRun,
+    XPROF_storeDirCallback,
     XPROF_comm_calliocallback,
     XPROF_CommReadCallbackData_callCallback,
     XPROF_CommAcceptCallbackData_callCallback,