src/inc/apacheLog.h 1.3

1.3 2009/08/29 02:34:52 kent
Updating runTime to be milliseconds not seconds in comment.
Index: src/inc/apacheLog.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/apacheLog.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/inc/apacheLog.h	27 Aug 2009 20:17:11 -0000	1.2
+++ src/inc/apacheLog.h	29 Aug 2009 02:34:52 -0000	1.3
@@ -21,9 +21,9 @@
     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 */
+    int runTime;	/* Overall time (optional) in milliseconds */
     };
 
 
 struct apacheAccessLog *apacheAccessLogParse(char *line,