mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:47:45 +00:00
Kernel: Have TTY subclasses cache their tty_name/pts_name.
This commit is contained in:
parent
d384c7815f
commit
88f03f86ff
6 changed files with 9 additions and 3 deletions
|
@ -32,5 +32,6 @@ private:
|
|||
RetainPtr<MasterPTY> m_master;
|
||||
unsigned m_index;
|
||||
InodeIdentifier m_devpts_inode_id;
|
||||
String m_tty_name;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue