r1501 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Wed Jun 6 17:25:54 CEST 2007


Author: des
Date: 2007-06-06 17:25:54 +0200 (Wed, 06 Jun 2007)
New Revision: 1501

Modified:
   trunk/varnish-cache/bin/varnishd/heritage.h
   trunk/varnish-cache/bin/varnishd/varnishd.c
Log:
Revert part of r1484, I got it exactly backwards.


Modified: trunk/varnish-cache/bin/varnishd/heritage.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/heritage.h	2007-06-06 11:24:06 UTC (rev 1500)
+++ trunk/varnish-cache/bin/varnishd/heritage.h	2007-06-06 15:25:54 UTC (rev 1501)
@@ -121,7 +121,7 @@
 	unsigned		ping_interval;
 };
 
-extern struct params * volatile params;
+extern volatile struct params *params;
 extern struct heritage heritage;
 
 void child_main(void);

Modified: trunk/varnish-cache/bin/varnishd/varnishd.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/varnishd.c	2007-06-06 11:24:06 UTC (rev 1500)
+++ trunk/varnish-cache/bin/varnishd/varnishd.c	2007-06-06 15:25:54 UTC (rev 1501)
@@ -66,7 +66,7 @@
 #endif
 
 struct heritage heritage;
-struct params * volatile params;
+volatile struct params *params;
 
 /*--------------------------------------------------------------------*/
 




More information about the varnish-commit mailing list