mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
Refactor tty driver using the work queue
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
7419f6b56b
commit
d28f0db419
@ -25,7 +25,7 @@ pub struct Tty {
|
||||
/// tty_name
|
||||
name: CString,
|
||||
/// line discipline
|
||||
ldisc: LineDiscipline,
|
||||
ldisc: Arc<LineDiscipline>,
|
||||
/// driver
|
||||
driver: SpinLock<Weak<TtyDriver>>,
|
||||
}
|
||||
|
Reference in New Issue
Block a user