]> arthur.barton.de Git - netdata.git/blob - src/plugin_tc.h
colorful netdata-installer.sh; splitted certain functions for adding makeself; netdat...
[netdata.git] / src / plugin_tc.h
1 #ifndef NETDATA_PLUGIN_TC_H
2 #define NETDATA_PLUGIN_TC_H 1
3
4 extern volatile pid_t tc_child_pid;
5 extern void *tc_main(void *ptr);
6
7 #endif /* NETDATA_PLUGIN_TC_H */
8