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:
parent
0fd50f0283
commit
ee2a1f5af7
3 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,7 @@ struct ProcessStatistics {
|
|||
gid_t gid;
|
||||
pid_t ppid;
|
||||
unsigned nfds;
|
||||
bool kernel;
|
||||
String name;
|
||||
String executable;
|
||||
String tty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue