about summary refs log tree commit diff
path: root/meminfo.h
blob: 76c93398dbe4a59c0ef51ed465afdf168f8ca7ce (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef PNANOE_MEMINFO_H_
#define PNANOE_MEMINFO_H_ 1

#include "collector.h"

extern const struct collector meminfo_collector;

#endif // PNANOE_MEMINFO_H_