pub unsafe extern "C" fn aeron_clock_gettime_realtime(
    time: *mut timespec,
) -> c_int
Expand description

Get the realtime from the system in timespec format

@param time value to fill with the current time @return 0 on success, -1 on failure.