mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 19:05:08 +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
|
@ -35,6 +35,7 @@ public:
|
|||
CleanInode,
|
||||
PurgeableVolatile,
|
||||
PurgeableNonvolatile,
|
||||
Pledge,
|
||||
Syscalls,
|
||||
InodeFaults,
|
||||
ZeroFaults,
|
||||
|
@ -72,6 +73,7 @@ private:
|
|||
String name;
|
||||
String state;
|
||||
String user;
|
||||
String pledge;
|
||||
u32 priority;
|
||||
u32 effective_priority;
|
||||
size_t amount_virtual;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue