/*
- * $Id: globals.h,v 1.89 2000/05/12 00:29:07 wessels Exp $
+ * $Id: globals.h,v 1.90 2000/05/28 17:00:13 wessels Exp $
*
*
* SQUID Internet Object Cache http://squid.nlanr.net/Squid/
extern int store_open_disk_fd; /* 0 */
extern const char *SwapDirType[];
extern storefs_entry_t *storefs_list; /* NULL */
-extern int store_swap_low;
-extern int store_swap_high;
-extern int store_pages_max;
+extern int store_swap_low; /* 0 */
+extern int store_swap_high; /* 0 */
+extern int store_pages_max; /* 0 */
extern size_t store_maxobjsize;
/*
- * $Id: store.cc,v 1.523 2000/05/16 07:06:06 wessels Exp $
+ * $Id: store.cc,v 1.524 2000/05/28 17:00:13 wessels Exp $
*
* DEBUG: section 20 Storage Manager
* AUTHOR: Harvest Derived
#else
static dlink_list inmem_list;
#endif
-static int store_pages_max = 0;
-static int store_swap_high = 0;
-static int store_swap_low = 0;
static Stack LateReleaseStack;
#if URL_CHECKSUM_DEBUG