Searched refs:MainResponse (Results 1 – 3 of 3) sorted by relevance
4 // process (MainRequest/MainResponse), and one for control of each VCPU thread7 // reads the the MainResponse or VcpuResponse over the same socket and decodes it as a protobuf. For210 message MainResponse { message
536 let mut response = MainResponse::new(); in handle_socket()
291 ) -> result::Result<(MainResponse, Vec<File>), c_int> { in main_transaction() argument311 let response: MainResponse = in main_transaction()