Function rusteron_media_driver::bindings::aeron_delete_directory

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

Delete the given aeron directory.

@param dirname to delete. @return 0 for success and -1 for error.