Type Alias libaeron_sys::aeron_counter_constants_t

source ·
pub type aeron_counter_constants_t = aeron_counter_constants_stct;
Expand description

Configuration for a counter that does not change during it’s lifetime.

Aliased Type§

struct aeron_counter_constants_t {
    pub registration_id: i64,
    pub counter_id: i32,
}

Fields§

§registration_id: i64

Return the registration id used to register this counter with the media driver.

§counter_id: i32

Identity for the counter within the counters reader and counters manager.