state: store compositor pid
This commit is contained in:
parent
13483de017
commit
d8d73ba8e1
2 changed files with 6 additions and 2 deletions
|
|
@ -145,10 +145,12 @@ use {
|
|||
time::Duration,
|
||||
},
|
||||
thiserror::Error,
|
||||
uapi::OwnedFd,
|
||||
uapi::{OwnedFd, c},
|
||||
};
|
||||
|
||||
pub struct State {
|
||||
#[expect(dead_code)]
|
||||
pub pid: c::pid_t,
|
||||
pub kb_ctx: KbvmContext,
|
||||
pub backend: CloneCell<Rc<dyn Backend>>,
|
||||
pub forker: CloneCell<Option<Rc<ForkerProxy>>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue