]> arthur.barton.de Git - netdata.git/blobdiff - src/plugins_d.h
report running uid and euid when not running properly
[netdata.git] / src / plugins_d.h
index 6f1fbd6e10fe85793a5f3c99871ab7e48ac284de..3c74355a3d6b30f6a7a93e2ba02e5898cdf4ad4e 100644 (file)
@@ -23,8 +23,8 @@ struct plugind {
                                         // without collecting values
 
     int update_every;                   // the plugin default data collection frequency
-    int obsolete;                       // do not touch this structure after setting this to 1
-    int enabled;                        // if this is enabled or not
+    volatile int obsolete;              // do not touch this structure after setting this to 1
+    volatile int enabled;               // if this is enabled or not
 
     time_t started_t;