Function rusteron_archive::bindings::aeron_fragment_assembler_handler
source ยท pub unsafe extern "C" fn aeron_fragment_assembler_handler(
clientd: *mut c_void,
buffer: *const u8,
length: usize,
header: *mut aeron_header_t,
)
Expand description
Handler function to be passed for handling fragment assembly.
@param clientd passed in the poll call (must be a aeron_fragment_assembler_t) @param buffer containing the data. @param length of the data in bytes. @param header representing the meta data for the data.