Function xc_vcpu_getaffinity

Source
pub unsafe extern "C" fn xc_vcpu_getaffinity(
    xch: *mut xc_interface,
    domid: u32,
    vcpu: c_int,
    cpumap_hard: xc_cpumap_t,
    cpumap_soft: xc_cpumap_t,
    flags: u32,
) -> c_int