about summary refs log tree commit diff
path: root/meminfo.h
diff options
context:
space:
mode:
authorHeikki Kallasjoki <fis@zem.fi>2018-11-17 02:52:19 +0000
committerHeikki Kallasjoki <fis@zem.fi>2018-11-30 01:28:01 +0000
commit9784d8743daf4eb4d298c15ae6d3c8fa19faf486 (patch)
tree3403741fc244bef20d991f89f6676f1eab1438b3 /meminfo.h
parent5ed9c0224214147e9e8321e491d7b4556b818e49 (diff)
downloadnano-exporter-9784d8743daf4eb4d298c15ae6d3c8fa19faf486.tar.gz
nano-exporter-9784d8743daf4eb4d298c15ae6d3c8fa19faf486.tar.xz
nano-exporter-9784d8743daf4eb4d298c15ae6d3c8fa19faf486.zip
Add the meminfo collector.
Diffstat (limited to 'meminfo.h')
-rw-r--r--meminfo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/meminfo.h b/meminfo.h
new file mode 100644
index 0000000..76c9339
--- /dev/null
+++ b/meminfo.h
@@ -0,0 +1,8 @@
+#ifndef PNANOE_MEMINFO_H_
+#define PNANOE_MEMINFO_H_ 1
+
+#include "collector.h"
+
+extern const struct collector meminfo_collector;
+
+#endif // PNANOE_MEMINFO_H_