X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Fplugin_tc.h;h=9a0a19cce5a76f8661650e6dc227ef07ca244fe6;hb=68c6d537788b9c11670903bce2e9806933a3322a;hp=c3abbddd0334c87b9df7455eb09cd940dcf263a7;hpb=52c367442ee344e0681684f2ebcb6b0cb80dbcf6;p=netdata.git diff --git a/src/plugin_tc.h b/src/plugin_tc.h index c3abbddd..9a0a19cc 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 */