/*
- * $Id: cachemgr.cc,v 1.14 1996/08/20 15:45:46 wessels Exp $
+ * $Id: cachemgr.cc,v 1.15 1996/08/21 20:11:54 wessels Exp $
*
* DEBUG: Section 0 CGI Cache Manager
* AUTHOR: Harvest Derived
!strcmp(operation, "DNS Server Stats")) {
op = STATS_D;
} else if (!strcmp(operation, "stats/redirector") ||
- !strcmp(operation, "Redirection Server Stats")) {
- op = STATS_R;
+ !strcmp(operation, "Redirection Server Stats")) {
+ op = STATS_R;
} else if (!strcmp(operation, "stats/vm_objects") ||
!strcmp(operation, "VM_Objects")) {
op = STATS_VM;
/*
- * $Id: stmem.cc,v 1.17 1996/08/21 20:11:18 wessels Exp $
+ * $Id: stmem.cc,v 1.18 1996/08/21 20:11:56 wessels Exp $
*
* DEBUG: section 19 Memory Primitives
* AUTHOR: Harvest Derived
mem_obj_pool.max_pages = FD_SETSIZE >> 3;
#if PURIFY
- debug(19,0,"Disabling stacks under purify\n");
+ debug(19, 0, "Disabling stacks under purify\n");
sm_stats.max_pages = 0;
disk_stats.max_pages = 0;
request_pool.max_pages = 0;