Commit 7e333c70 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

r34130@cat (orig r1234): phk | 2007-01-22 12:15:27 +0100

 Make params volatile so changes are discovered.
 


git-svn-id: http://www.varnish-cache.org/svn/branches/1.0@1254 d4fa192b-c00b-0410-8231-f00ffab90ce4
parents 4cbc74f8 89d72d3d
......@@ -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