mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 23:26:36 +00:00
Add parent PIDs to /proc/summary
This commit is contained in:
parent
16f318408d
commit
86a547dcac
Notes:
sideshowbarker
2024-07-19 18:39:17 +09:00
Author: https://github.com/awesomekling
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