diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-03-30 21:40:42 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2016-03-30 21:40:42 +0000 |
commit | 9ce153ce7167c11adba8ac225edc7a707e97c6eb (patch) | |
tree | 9f6e849cce2dcc7e5b4e9e6252c843dc2d0787a2 /src/plugin_tc.h | |
download | netdata-9ce153ce7167c11adba8ac225edc7a707e97c6eb.tar.xz netdata-9ce153ce7167c11adba8ac225edc7a707e97c6eb.zip |
Imported Upstream version 1.0.0upstream/1.0.0
Diffstat (limited to 'src/plugin_tc.h')
-rwxr-xr-x | src/plugin_tc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugin_tc.h b/src/plugin_tc.h new file mode 100755 index 000000000..c3abbddd0 --- /dev/null +++ b/src/plugin_tc.h @@ -0,0 +1,8 @@ +#ifndef NETDATA_PLUGIN_TC_H +#define NETDATA_PLUGIN_TC_H 1 + +extern pid_t tc_child_pid; +extern void *tc_main(void *ptr); + +#endif /* NETDATA_PLUGIN_TC_H */ + |