r4265 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Wed Sep 30 10:40:01 CEST 2009


Author: phk
Date: 2009-09-30 10:40:01 +0200 (Wed, 30 Sep 2009)
New Revision: 4265

Modified:
   trunk/varnish-cache/include/shmlog.h
Log:
Bump the shmlog magic to make sure we catch incompatible formats.



Modified: trunk/varnish-cache/include/shmlog.h
===================================================================
--- trunk/varnish-cache/include/shmlog.h	2009-09-30 08:38:07 UTC (rev 4264)
+++ trunk/varnish-cache/include/shmlog.h	2009-09-30 08:40:01 UTC (rev 4265)
@@ -43,7 +43,7 @@
 #include "stats.h"
 
 struct shmloghead {
-#define SHMLOGHEAD_MAGIC	4185512498U	/* From /dev/random */
+#define SHMLOGHEAD_MAGIC	4185512499U	/* From /dev/random */
 	unsigned		magic;
 
 	unsigned		hdrsize;



More information about the varnish-commit mailing list