Function gnunet_sys::GNUNET_TIME_relative_max[][src]

pub unsafe extern "C" fn GNUNET_TIME_relative_max(
    t1: GNUNET_TIME_Relative,
    t2: GNUNET_TIME_Relative
) -> GNUNET_TIME_Relative

Return the maximum of two relative time values.

@param t1 first timestamp @param t2 other timestamp @return timestamp that is larger