summaryrefslogtreecommitdiffstats
path: root/src/plugins_d.h
diff options
context:
space:
mode:
authorLennart Weller <lhw@ring0.de>2017-01-24 15:21:16 +0000
committerLennart Weller <lhw@ring0.de>2017-01-24 15:21:16 +0000
commitef0c127e7f95d2db2715b9e99fe758eebc7dabd3 (patch)
treeea5d62342aba06f376f3be63aab898503b56f3ec /src/plugins_d.h
parentupdate watch file and files-exclude (diff)
parentNew upstream version 1.5.0+dfsg (diff)
downloadnetdata-ef0c127e7f95d2db2715b9e99fe758eebc7dabd3.tar.xz
netdata-ef0c127e7f95d2db2715b9e99fe758eebc7dabd3.zip
Merge tag 'upstream/1.5.0+dfsg'
Upstream version 1.5.0+dfsg
Diffstat (limited to 'src/plugins_d.h')
-rw-r--r--src/plugins_d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins_d.h b/src/plugins_d.h
index 6f1fbd6e1..3c74355a3 100644
--- a/src/plugins_d.h
+++ b/src/plugins_d.h
@@ -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;