1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:57:35 +00:00

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;