X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Fplugin_tc.h;h=9a0a19cce5a76f8661650e6dc227ef07ca244fe6;hb=b49499723e2a426c4fe8b9af6a092a1baeb3cd39;hp=c3abbddd0334c87b9df7455eb09cd940dcf263a7;hpb=037bbc245f57e45f9e6f56c705957e38586d7218;p=netdata.git diff --git a/src/plugin_tc.h b/src/plugin_tc.h old mode 100755 new mode 100644 index c3abbddd..9a0a19cc --- 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 */