Function xc_monitor_guest_request

Source
pub unsafe extern "C" fn xc_monitor_guest_request(
    xch: *mut xc_interface,
    domain_id: u32,
    enable: bool,
    sync: bool,
    allow_userspace: bool,
) -> c_int