mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 05:39:55 +00:00
Kernel+ProcessManager: Add some more info to /proc/PID/fds
- "seekable": whether the fd is seekable or sequential. - "class": which kernel C++ class implements this File. - "offset": the current implicit POSIX API file offset.
This commit is contained in:
@@ -8,6 +8,9 @@ public:
|
||||
enum Column {
|
||||
FileDescriptor,
|
||||
Path,
|
||||
Offset,
|
||||
Access,
|
||||
ClassName,
|
||||
__Count
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user