/*
- * $Id: squid.h,v 1.148 1998/01/02 18:04:30 wessels Exp $
+ * $Id: squid.h,v 1.149 1998/01/02 19:27:01 wessels Exp $
*
* AUTHOR: Duane Wessels
*
* source code cleaner, so we don't need lots of #ifdefs in other
* places
*/
-typedef struct {
+struct rusage {
struct timeval ru_stime;
+ struct timeval ru_utime;
int ru_maxrss;
int ru_majflt;
-} rusage;
+};
#endif
#if !defined(HAVE_GETPAGESIZE) && defined(_SQUID_HPUX_)