/*
- * $Id: cache_cf.cc,v 1.228 1997/10/28 21:53:35 wessels Exp $
+ * $Id: cache_cf.cc,v 1.229 1997/11/04 23:29:35 wessels Exp $
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
xfree(swap->swapDirs);
swap->swapDirs = tmp;
}
- debug(20, 1) ("Creating Swap Dir #%d in %s\n", swap->n_configured + 1, path);
tmp = swap->swapDirs + swap->n_configured;
tmp->path = xstrdup(path);
tmp->max_size = size;
/*
- * $Id: main.cc,v 1.187 1997/11/03 20:04:44 wessels Exp $
+ * $Id: main.cc,v 1.188 1997/11/04 23:29:36 wessels Exp $
*
* DEBUG: section 1 Startup and Main Loop
* AUTHOR: Harvest Derived
{
debug(1, 0) ("Restarting Squid Cache (version %s)...\n", version_string);
/* Already called serverConnectionsClose and ipcacheShutdownServers() */
+ storeDirCloseSwapLogs();
parseConfigFile(ConfigFile);
_db_init(Config.Log.log, Config.debugOptions);
ipcache_restart(); /* clear stuck entries */
serverConnectionsOpen();
if (theOutIcpConnection >= 0 && (!Config2.Accel.on || Config.onoff.accel_with_proxy))
neighbors_open(theOutIcpConnection);
+ storeDirOpenSwapLogs();
debug(1, 0) ("Ready to serve requests.\n");
}