1
0
Fork 0
forked from wry/wry

state: store compositor pid

This commit is contained in:
Julian Orth 2026-03-07 14:08:06 +01:00
parent 13483de017
commit d8d73ba8e1
2 changed files with 6 additions and 2 deletions

View file

@ -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>>>,