mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
Add parent PIDs to /proc/summary
This commit is contained in:
parent
16f318408d
commit
86a547dcac
2 changed files with 5 additions and 2 deletions
|
@ -64,6 +64,8 @@ public:
|
|||
uid_t uid() const { return m_uid; }
|
||||
uid_t gid() const { return m_gid; }
|
||||
|
||||
pid_t parentPID() const { return m_parentPID; }
|
||||
|
||||
const FarPtr& farPtr() const { return m_farPtr; }
|
||||
|
||||
FileHandle* fileHandleIfExists(int fd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue