summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CProcessStatisticsReader.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibCore/CProcessStatisticsReader.h')
-rw-r--r--Libraries/LibCore/CProcessStatisticsReader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Libraries/LibCore/CProcessStatisticsReader.h b/Libraries/LibCore/CProcessStatisticsReader.h
index 55c513b779..c793d1f8f4 100644
--- a/Libraries/LibCore/CProcessStatisticsReader.h
+++ b/Libraries/LibCore/CProcessStatisticsReader.h
@@ -24,6 +24,9 @@ struct CProcessStatistics {
unsigned ticks;
String priority;
unsigned syscall_count;
+ unsigned inode_faults;
+ unsigned zero_faults;
+ unsigned cow_faults;
int icon_id;
// synthetic