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_checks.h | |
download | netdata-9ce153ce7167c11adba8ac225edc7a707e97c6eb.tar.xz netdata-9ce153ce7167c11adba8ac225edc7a707e97c6eb.zip |
Imported Upstream version 1.0.0upstream/1.0.0
Diffstat (limited to 'src/plugin_checks.h')
-rwxr-xr-x | src/plugin_checks.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugin_checks.h b/src/plugin_checks.h new file mode 100755 index 000000000..c27685b84 --- /dev/null +++ b/src/plugin_checks.h @@ -0,0 +1,6 @@ +#ifndef NETDATA_PLUGIN_CHECKS_H +#define NETDATA_PLUGIN_CHECKS_H 1 + +void *checks_main(void *ptr); + +#endif /* NETDATA_PLUGIN_PROC_H */ |