/*
- * $Id: cache_cf.cc,v 1.212 1997/07/16 22:56:12 wessels Exp $
+ * $Id: cache_cf.cc,v 1.213 1997/07/16 22:58:23 wessels Exp $
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
void
configFreeMemory(void)
{
- free_all();
+ free_all();
}
+
/*
- * $Id: client.cc,v 1.20 1997/07/16 20:31:59 wessels Exp $
+ * $Id: client.cc,v 1.21 1997/07/16 22:58:23 wessels Exp $
*
* DEBUG: section 0 WWW Client
* AUTHOR: Harvest Derived
/*
- * $Id: comm.cc,v 1.181 1997/07/16 22:56:38 wessels Exp $
+ * $Id: comm.cc,v 1.182 1997/07/16 22:58:24 wessels Exp $
*
* DEBUG: section 5 Socket Functions
* AUTHOR: Harvest Derived
comm_close(new_socket);
return COMM_ERROR;
}
- }
+ }
F->local_port = port;
if (BIT_TEST(flags, COMM_NONBLOCKING))
/*
- * $Id: store.cc,v 1.275 1997/07/16 22:57:24 wessels Exp $
+ * $Id: store.cc,v 1.276 1997/07/16 22:58:25 wessels Exp $
*
* DEBUG: section 20 Storeage Manager
* AUTHOR: Harvest Derived
* use to rebuild store from disk. */
static StoreEntry *
storeAddDiskRestore(const char *url,
- int file_number,
- int size,
- time_t expires,
- time_t timestamp,
- time_t lastref,
- time_t lastmod,
- u_num32 refcount,
- u_num32 flags,
- int clean)
+ int file_number,
+ int size,
+ time_t expires,
+ time_t timestamp,
+ time_t lastref,
+ time_t lastmod,
+ u_num32 refcount,
+ u_num32 flags,
+ int clean)
{
StoreEntry *e = NULL;
debug(20, 5) ("StoreAddDiskRestore: %s, fileno=%08X\n", url, file_number);
/*
- * $Id: store_dir.cc,v 1.26 1997/07/16 22:57:25 wessels Exp $
+ * $Id: store_dir.cc,v 1.27 1997/07/16 22:58:26 wessels Exp $
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
dirn = e->swap_file_number >> SWAP_DIR_SHIFT;
assert(dirn < Config.cacheSwap.n_configured);
if (BIT_TEST(e->flag, KEY_PRIVATE))
- debug(0,0)("storeDirSwapLog: PRIVATE: %s\n", e->url);
+ debug(0, 0) ("storeDirSwapLog: PRIVATE: %s\n", e->url);
/* Note this printf format appears in storeWriteCleanLog() too */
sprintf(logmsg, "%08x %08x %08x %08x %08x %9d %6d %08x %s\n",
(int) e->swap_file_number,