/*
- * $Id: globals.h,v 1.21 1997/12/03 01:32:26 wessels Exp $
+ * $Id: globals.h,v 1.22 1997/12/21 11:21:11 kostas Exp $
*/
extern FILE *debug_log; /* NULL */
extern StatCounters Counter;
extern char *err_type_str[];
extern char *icp_opcode_str[];
+extern struct radix_node_head *AS_tree_head;
#ifdef HAVE_SYSLOG
extern int _db_level;
/*
- * $Id: squid.h,v 1.144 1997/12/06 01:26:28 wessels Exp $
+ * $Id: squid.h,v 1.145 1997/12/21 11:21:11 kostas Exp $
*
* AUTHOR: Duane Wessels
*
* places
*/
typedef void struct {
- struct timeval ru_stime;
- int ru_maxrss;
- int ru_majflt;
+ struct timeval ru_stime;
+ int ru_maxrss;
+ int ru_majflt;
} rusage;
+
#endif
#endif
#include "globals.h"
#include "util.h"
+#include "radix.h"
#if !HAVE_TEMPNAM
#include "tempnam.h"