From: wessels <> Date: Fri, 14 Feb 2003 22:37:43 +0000 (+0000) Subject: typo; forgot statCounter before syscalls... X-Git-Tag: SQUID_3_0_PRE1~344 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3077778c847aa1388ae2143fbe666c3ecb202876;p=thirdparty%2Fsquid.git typo; forgot statCounter before syscalls... --- diff --git a/src/unlinkd.cc b/src/unlinkd.cc index ed2634891e..19aee3f011 100644 --- a/src/unlinkd.cc +++ b/src/unlinkd.cc @@ -1,6 +1,6 @@ /* - * $Id: unlinkd.cc,v 1.50 2003/02/13 21:22:28 wessels Exp $ + * $Id: unlinkd.cc,v 1.51 2003/02/14 15:37:43 wessels Exp $ * * DEBUG: section 2 Unlink Daemon * AUTHOR: Duane Wessels @@ -146,7 +146,7 @@ unlinkdUnlink(const char *path) * is executed by the helper process. We try to be consistent * in counting unlink operations. */ - syscalls.disk.unlinks++; + statCounter.syscalls.disk.unlinks++; queuelen++; }