summaryrefslogtreecommitdiff
path: root/Applications/SystemMonitor/ProcessModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/SystemMonitor/ProcessModel.h')
-rw-r--r--Applications/SystemMonitor/ProcessModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/SystemMonitor/ProcessModel.h b/Applications/SystemMonitor/ProcessModel.h
index 8739a2df69..9c79d0fcc5 100644
--- a/Applications/SystemMonitor/ProcessModel.h
+++ b/Applications/SystemMonitor/ProcessModel.h
@@ -118,6 +118,7 @@ private:
unsigned times_scheduled;
unsigned ticks_user;
unsigned ticks_kernel;
+ String executable;
String name;
String state;
String user;
@@ -143,7 +144,6 @@ private:
unsigned file_read_bytes;
unsigned file_write_bytes;
float cpu_percent;
- int icon_id;
};
struct Thread {