+
/*
- * $Id: client.cc,v 1.37 1997/10/26 02:35:28 wessels Exp $
+ * $Id: client.cc,v 1.38 1997/10/30 00:51:03 wessels Exp $
*
* DEBUG: section 0 WWW Client
* AUTHOR: Harvest Derived
+
/*
- * $Id: debug.cc,v 1.53 1997/10/25 17:22:38 wessels Exp $
+ * $Id: debug.cc,v 1.54 1997/10/30 00:51:03 wessels Exp $
*
* DEBUG: section 0 Debug Routines
* AUTHOR: Harvest Derived
/*
- * $Id: errorpage.cc,v 1.93 1997/10/29 22:39:51 wessels Exp $
+ * $Id: errorpage.cc,v 1.94 1997/10/30 00:51:04 wessels Exp $
*
* DEBUG: section 4 Error Generation
* AUTHOR: Duane Wessels
safe_free(err->host);
safe_free(err->dnsserver_msg);
if (BIT_TEST(err->flags, ERR_FLAG_CBDATA))
- cbdataFree(err);
+ cbdataFree(err);
else
safe_free(err);
}
case 'f':
/* FTP REQUEST LINE */
if (err->ftp.request)
- p = err->ftp.request;
+ p = err->ftp.request;
else
- p = "<none>";
+ p = "<none>";
break;
case 'F':
/* FTP REPLY LINE */
if (err->ftp.request)
- p = err->ftp.reply;
+ p = err->ftp.reply;
else
- p = "<none>";
+ p = "<none>";
break;
/*
* e - errno x
* h - cache hostname x
* d - seconds elapsed since request received
* p - URL port # x
- * f - FTP request line x
- * F - FTP reply line x
+ * f - FTP request line x
+ * F - FTP reply line x
*/
default:
p = "%UNKNOWN%";
/*
- * $Id: main.cc,v 1.180 1997/10/27 23:30:24 wessels Exp $
+ * $Id: main.cc,v 1.181 1997/10/30 00:51:05 wessels Exp $
*
* DEBUG: section 1 Startup and Main Loop
* AUTHOR: Harvest Derived
signal(sig, time_tick);
#endif
}
+
#endif
static void
extern OBJH dump_config;
extern OBJH storeDirStats;
extern OBJH pconnHistDump;
-extern void dump_peers(StoreEntry *, peer * );
+extern void dump_peers(StoreEntry *, peer *);
extern void pconnPush(int, const char *host, u_short port);
extern int pconnPop(const char *host, u_short port);
/*
- * $Id: store_dir.cc,v 1.34 1997/10/27 22:49:50 wessels Exp $
+ * $Id: store_dir.cc,v 1.35 1997/10/30 00:51:07 wessels Exp $
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
storeAppendPrintf(sentry, "Current Store Swap Size: %8d KB\n", store_swap_size);
storeAppendPrintf(sentry, "Current Capacity : %d%% used, %d%% free\n",
percent((int) store_swap_size, (int) Config.Swap.maxSize),
- percent((int) (Config.Swap.maxSize- store_swap_size), (int) Config.Swap.maxSize));
+ percent((int) (Config.Swap.maxSize - store_swap_size), (int) Config.Swap.maxSize));
for (i = 0; i < Config.cacheSwap.n_configured; i++) {
SD = &Config.cacheSwap.swapDirs[i];
storeAppendPrintf(sentry, "\n");