mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 04:04:35 +03:00
Zram Meter feature
This commit is contained in:
@ -15,8 +15,10 @@ in the source distribution for its full text.
|
||||
#include "Hashtable.h"
|
||||
#include "ProcessList.h"
|
||||
#include "UsersTable.h"
|
||||
#include "ZramStats.h"
|
||||
#include "zfs/ZfsArcStats.h"
|
||||
|
||||
|
||||
typedef struct CPUData_ {
|
||||
unsigned long long int totalTime;
|
||||
unsigned long long int userTime;
|
||||
@ -67,6 +69,7 @@ typedef struct LinuxProcessList_ {
|
||||
#endif
|
||||
|
||||
ZfsArcStats zfs;
|
||||
ZramStats zram;
|
||||
} LinuxProcessList;
|
||||
|
||||
#ifndef PROCDIR
|
||||
|
Reference in New Issue
Block a user