From: wessels <> Date: Thu, 25 Jul 1996 11:48:40 +0000 (+0000) Subject: - Added 'stats/dns' X-Git-Tag: SQUID_3_0_PRE1~5995 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f83b7b2c3080c01dc39caff24e6a3ec6282028fa;p=thirdparty%2Fsquid.git - Added 'stats/dns' --- diff --git a/src/stat.cc b/src/stat.cc index 041dc45333..247313cf74 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -1,5 +1,5 @@ /* - * $Id: stat.cc,v 1.46 1996/07/22 17:24:12 wessels Exp $ + * $Id: stat.cc,v 1.47 1996/07/25 05:48:40 wessels Exp $ * * DEBUG: section 18 Cache Manager Statistics * AUTHOR: Harvest Derived @@ -316,6 +316,8 @@ void stat_get(obj, req, sentry) stat_ipcache_get(sentry); } else if (strcmp(req, "fqdncache") == 0) { fqdnStats(sentry); + } else if (strcmp(req, "dns") == 0) { + dnsStats(sentry); } else if (strcmp(req, "redirector") == 0) { redirectStats(sentry); } else if (strcmp(req, "utilization") == 0) {