summaryrefslogtreecommitdiffstats
path: root/src/plugin_tc.h
diff options
context:
space:
mode:
authorLennart Weller <lhw@ring0.de>2017-01-24 15:21:09 +0000
committerLennart Weller <lhw@ring0.de>2017-01-24 15:21:09 +0000
commit3ed3b02ed96ddab1c084811f3579b3a2aec83e04 (patch)
tree7a61ab288ae47800c4f11be5677d6ad8288dcd98 /src/plugin_tc.h
parentNew upstream version 1.4.0+dfsg (diff)
downloadnetdata-upstream/1.5.0+dfsg.tar.xz
netdata-upstream/1.5.0+dfsg.zip
New upstream version 1.5.0+dfsgupstream/1.5.0+dfsg
Diffstat (limited to 'src/plugin_tc.h')
-rw-r--r--src/plugin_tc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin_tc.h b/src/plugin_tc.h
index c3abbddd0..9a0a19cce 100644
--- a/src/plugin_tc.h
+++ b/src/plugin_tc.h
@@ -1,7 +1,7 @@
#ifndef NETDATA_PLUGIN_TC_H
#define NETDATA_PLUGIN_TC_H 1
-extern pid_t tc_child_pid;
+extern volatile pid_t tc_child_pid;
extern void *tc_main(void *ptr);
#endif /* NETDATA_PLUGIN_TC_H */