src/inc/apacheLog.h 1.2

1.2 2009/08/27 20:17:11 galt
somebody not me forgot to check in the .h file
Index: src/inc/apacheLog.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/apacheLog.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/inc/apacheLog.h	3 Sep 2005 02:07:42 -0000	1.1
+++ src/inc/apacheLog.h	27 Aug 2009 20:17:11 -0000	1.2
@@ -20,8 +20,10 @@
     int status;		/* Status code - 200 is good! */
     char *num1;		/* Some number, I'm not sure what it is. */
     char *referrer;	/* Referring URL, may be NULL. */
     char *program;	/* Requesting program,  often Mozilla 4.0 */
+    time_t tick;	/* Unix tick (seconds since 1970) - derived from timeStamp. */
+    int runTime;	/* Overall time (optional) in seconds */
     };
 
 
 struct apacheAccessLog *apacheAccessLogParse(char *line,