1
Fork 0
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:
Andreas Kling 2020-01-11 21:17:07 +01:00
parent 4132f713c8
commit ec1ae37f69
4 changed files with 13 additions and 0 deletions

View file

@ -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;