r2541 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Feb 26 10:12:29 CET 2008


Author: phk
Date: 2008-02-26 10:12:29 +0100 (Tue, 26 Feb 2008)
New Revision: 2541

Modified:
   trunk/varnish-cache/bin/varnishd/cache_dir_random.c
Log:
Give the random director its own magic


Modified: trunk/varnish-cache/bin/varnishd/cache_dir_random.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_dir_random.c	2008-02-26 09:10:35 UTC (rev 2540)
+++ trunk/varnish-cache/bin/varnishd/cache_dir_random.c	2008-02-26 09:12:29 UTC (rev 2541)
@@ -53,7 +53,7 @@
 
 struct vdi_random {
 	unsigned		magic;
-#define VDI_RANDOM_MAGIC	0x476d25b7
+#define VDI_RANDOM_MAGIC	0x3771ae23
 	struct director		dir;
 	struct backend		*backend;
 	struct vdi_random_host	*hosts;




More information about the varnish-commit mailing list