Function rusteron_archive::bindings::aeron_is_driver_active

source ยท
pub unsafe extern "C" fn aeron_is_driver_active(
    dirname: *const c_char,
    timeout_ms: i64,
    log_func: aeron_log_func_t,
) -> bool
Expand description

Determine if an aeron driver is using a given aeron directory.

@param dirname for aeron directory @param timeout_ms to use to determine activity for aeron directory @param log_func to call during activity check to log diagnostic information. @return true for active driver or false for no active driver.