]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- Added 'stats/dns'
authorwessels <>
Thu, 25 Jul 1996 11:48:40 +0000 (11:48 +0000)
committerwessels <>
Thu, 25 Jul 1996 11:48:40 +0000 (11:48 +0000)
src/stat.cc

index 041dc45333c3aaf786d975ea9d6cbad6f979141f..247313cf746b83e0c8a0750cc6be042e1b41d782 100644 (file)
@@ -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) {