mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:48:10 +00:00
ps: Port to using CProcessStatisticsReader and /proc/all
Drop /proc/summary in the process. We only needed one new field here, thankfully, so this was quite straightforward.
This commit is contained in:
parent
a9d1a86e6e
commit
57da716be0
4 changed files with 28 additions and 32 deletions
|
@ -9,6 +9,7 @@ struct CProcessStatistics {
|
|||
pid_t pid;
|
||||
unsigned times_scheduled;
|
||||
unsigned pgid;
|
||||
unsigned pgp;
|
||||
unsigned sid;
|
||||
uid_t uid;
|
||||
gid_t gid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue