pub unsafe extern "C" fn aeron_context_request_driver_termination(
    directory: *const c_char,
    token_buffer: *const u8,
    token_length: usize
) -> c_int
Expand description

Request the media driver terminates operation and closes all resources.

@param directory in which the media driver is running. @param token_buffer containing the authentication token confirming the client is allowed to terminate the driver. @param token_length of the token in the buffer. @return