pub unsafe extern "C" fn aeron_exclusive_publication_local_sockaddrs(
    publication: *mut aeron_exclusive_publication_t,
    address_vec: *mut aeron_iovec_t,
    address_vec_len: usize
) -> c_int
Expand description

Get all of the local socket addresses for this exclusive publication. Typically only one representing the control address.

@see aeron_subscription_local_sockaddrs @param subscription to query @param address_vec to hold the received addresses @param address_vec_len available length of the vector to hold the addresses @return number of addresses found or -1 if there is an error.