mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 11:45:11 +00:00
SystemMonitor+LibCore: Show process pledges in SystemMonitor :^)
This commit is contained in:
parent
4132f713c8
commit
ec1ae37f69
4 changed files with 13 additions and 0 deletions
|
@ -37,6 +37,7 @@ struct CProcessStatistics {
|
|||
unsigned nfds;
|
||||
String name;
|
||||
String tty;
|
||||
String pledge;
|
||||
size_t amount_virtual;
|
||||
size_t amount_resident;
|
||||
size_t amount_shared;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue