Function rusteron_media_driver::bindings::aeron_default_path
source ยท pub unsafe extern "C" fn aeron_default_path(
path: *mut c_char,
path_length: usize,
) -> c_int
Expand description
Get the default path used by the Aeron media driver.
@param path buffer to store the path.
@param path_length space available in the buffer
@return -1 if there is an issue or the number of bytes written to path excluding the terminator \0
. If this
is equal to or greater than the path_length then the path has been truncated.