--------------------- PatchSet 11694 Date: 2007/09/23 13:06:08 Author: adrian Branch: HEAD Tag: (none) Log: Based on Tim Starling's work: add a unique sequence number per logfile line. Members: src/defines.h:1.124->1.125 Index: squid/src/defines.h =================================================================== RCS file: /cvsroot/squid/squid/src/defines.h,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- squid/src/defines.h 3 Feb 2007 22:52:11 -0000 1.124 +++ squid/src/defines.h 23 Sep 2007 13:06:08 -0000 1.125 @@ -1,6 +1,6 @@ /* - * $Id: defines.h,v 1.124 2007/02/03 22:52:11 hno Exp $ + * $Id: defines.h,v 1.125 2007/09/23 13:06:08 adrian Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -364,4 +364,6 @@ #define DLINK_ISEMPTY(n) ( (n).head == NULL ) #define DLINK_HEAD(n) ( (n).head->data ) +#define LOGFILE_SEQNO(n) ( (n)->sequence_number ) + #endif /* SQUID_DEFINES_H */