Commit 89d72d3d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make params volatile so changes are discovered.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1234 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e70fc99c
......@@ -104,7 +104,7 @@ struct params {
unsigned client_http11;
};
extern struct params *params;
extern volatile struct params *params;
extern struct heritage heritage;
void child_main(void);
......@@ -60,7 +60,7 @@
#endif
struct heritage heritage;
struct params *params;
volatile struct params *params;
/*--------------------------------------------------------------------*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment