xen_sys

Type Alias gnttab_unmap_and_replace_t

Source
pub type gnttab_unmap_and_replace_t = gnttab_unmap_and_replace;

Aliased Type§

struct gnttab_unmap_and_replace_t {
    pub host_addr: u64,
    pub new_addr: u64,
    pub handle: u32,
    pub status: i16,
}

Fields§

§host_addr: u64§new_addr: u64§handle: u32§status: i16