1
Fork 0
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:
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

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