]> arthur.barton.de Git - netdata.git/blobdiff - src/plugins_d.h
web_log_plugin: requests per http version chart added
[netdata.git] / src / plugins_d.h
index e5af3573ada2017b34f4aba027535c4bc6385b90..3c74355a3d6b30f6a7a93e2ba02e5898cdf4ad4e 100644 (file)
@@ -24,7 +24,7 @@ struct plugind {
 
     int update_every;                   // the plugin default data collection frequency
     volatile int obsolete;              // do not touch this structure after setting this to 1
-    int enabled;                        // if this is enabled or not
+    volatile int enabled;               // if this is enabled or not
 
     time_t started_t;