summaryrefslogtreecommitdiffstats
path: root/src/plugin_tc.h
blob: 9a0a19cce5a76f8661650e6dc227ef07ca244fe6 (plain)
1
2
3
4
5
6
7
8
#ifndef NETDATA_PLUGIN_TC_H
#define NETDATA_PLUGIN_TC_H 1

extern volatile pid_t tc_child_pid;
extern void *tc_main(void *ptr);

#endif /* NETDATA_PLUGIN_TC_H */