mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel+LibCore: Note whether a process is kernel mode in /proc/all
This commit is contained in:
@@ -65,6 +65,7 @@ struct ProcessStatistics {
|
||||
gid_t gid;
|
||||
pid_t ppid;
|
||||
unsigned nfds;
|
||||
bool kernel;
|
||||
String name;
|
||||
String executable;
|
||||
String tty;
|
||||
|
||||
Reference in New Issue
Block a user