Kernel+LibCore: Note whether a process is kernel mode in /proc/all

This commit is contained in:
Andreas Kling
2021-04-06 17:17:53 +02:00
parent 0fd50f0283
commit ee2a1f5af7
3 changed files with 3 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ struct ProcessStatistics {
gid_t gid;
pid_t ppid;
unsigned nfds;
bool kernel;
String name;
String executable;
String tty;