Searched defs:Slave (Results 1 – 2 of 2) sorted by relevance
84 pub struct Slave { struct86 node: Arc<Mutex<SlaveInternal>>, argument89 impl Slave { implementation139 impl VhostUserMasterReqHandler for Slave { implementation
713 pub fn new(conn: Slave, shmid: Option<u8>) -> Self { in new()