mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
Kernel: Expose process executable paths in /proc/all
This commit is contained in:
parent
87492e723b
commit
21ccbc2167
4 changed files with 5 additions and 4 deletions
|
@ -391,10 +391,8 @@ public:
|
|||
u32 m_ticks_in_kernel_for_dead_children { 0 };
|
||||
|
||||
Custody& current_directory();
|
||||
Custody* executable()
|
||||
{
|
||||
return m_executable.ptr();
|
||||
}
|
||||
Custody* executable() { return m_executable.ptr(); }
|
||||
const Custody* executable() const { return m_executable.ptr(); }
|
||||
|
||||
int number_of_open_file_descriptors() const;
|
||||
int max_open_file_descriptors() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue