Function libaeron_sys::aeron_properties_file_load

source ยท
pub unsafe extern "C" fn aeron_properties_file_load(
    filename: *const c_char
) -> c_int
Expand description

Load properties file and set appropriate environment variables for the process so that subsequent calls to aeron_driver_context_init will use those values.

@param filename to load. @return 0 for success and -1 for error.