summaryrefslogtreecommitdiffstats
path: root/linux/ZramStats.h
blob: f71a6c27404866d9b94454cfddec1ab80694653b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef HEADER_ZramStats
#define HEADER_ZramStats
/*
htop - ZramStats.h
(C) 2020 htop dev team
Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/

#include "ProcessTable.h"

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

#endif

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