summaryrefslogtreecommitdiffstats
path: root/linux/ZramStats.h
blob: 67aadcc529e7fa3e57623a9d5d109657128e4643 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef HEADER_ZramStats
#define HEADER_ZramStats

typedef struct ZramStats_ {
   memory_t totalZram;
   memory_t usedZramComp;
   memory_t usedZramOrig;
} ZramStats;

#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy