about summary refs log tree commit diff
path: root/diskstats.h
diff options
context:
space:
mode:
Diffstat (limited to 'diskstats.h')
-rw-r--r--diskstats.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/diskstats.h b/diskstats.h
new file mode 100644
index 0000000..15a867a
--- /dev/null
+++ b/diskstats.h
@@ -0,0 +1,8 @@
+#ifndef PNANOE_DISKSTATS_H_
+#define PNANOE_DISKSTATS_H_ 1
+
+#include "collector.h"
+
+extern const struct collector diskstats_collector;
+
+#endif // PNANOE_DISKSTATS_H_