pub type virtio_magma_connection_add_performance_counter_buffer_offsets_to_pool_ctrl_t = virtio_magma_connection_add_performance_counter_buffer_offsets_to_pool_ctrl;

Aliased Type§

struct virtio_magma_connection_add_performance_counter_buffer_offsets_to_pool_ctrl_t {
    pub hdr: virtio_magma_ctrl_hdr,
    pub connection: u64,
    pub pool_id: u64,
    pub offsets: u64,
    pub offsets_count: u64,
}

Fields§

§hdr: virtio_magma_ctrl_hdr§connection: u64§pool_id: u64§offsets: u64§offsets_count: u64