htop/linux/ZramStats.h

11 lines
175 B
C
Raw Normal View History

2020-09-22 11:54:15 +00:00
#ifndef HEADER_ZramStats
#define HEADER_ZramStats
typedef struct ZramStats_ {
memory_t totalZram;
memory_t usedZramComp;
memory_t usedZramOrig;
2020-09-22 11:54:15 +00:00
} ZramStats;
#endif