Mailing List Archive

r2563 - branches/1.2/include
Author: des
Date: 2008-03-08 14:12:02 +0100 (Sat, 08 Mar 2008)
New Revision: 2563

Modified:
branches/1.2/include/shmlog_tags.h
Log:
Unbreak binary compatibility between 1.1 and 1.2 logs by moving VCL_error to
where it should be, at the end of the list.


Modified: branches/1.2/include/shmlog_tags.h
===================================================================
--- branches/1.2/include/shmlog_tags.h 2008-03-07 15:07:31 UTC (rev 2562)
+++ branches/1.2/include/shmlog_tags.h 2008-03-08 13:12:02 UTC (rev 2563)
@@ -84,7 +84,6 @@
SLTM(VCL_call)
SLTM(VCL_trace)
SLTM(VCL_return)
-SLTM(VCL_error)
SLTM(ReqStart)
SLTM(Hit)
SLTM(HitPass)
@@ -93,3 +92,5 @@
SLTM(ExpKill)
SLTM(WorkThread)
SLTM(Terminate)
+
+SLTM(VCL_error)