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_