]> err.no Git - varnish/commitdiff
Give the random director its own magic
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 26 Feb 2008 09:12:29 +0000 (09:12 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 26 Feb 2008 09:12:29 +0000 (09:12 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2541 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_dir_random.c

index d7a31b36c006ef114e461a8972443006e793f368..c39a893f67655171c72f2186866c21b68f3bfde6 100644 (file)
@@ -53,7 +53,7 @@ struct vdi_random_host {
 
 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;