Function gnunet_sys::GNUNET_TIME_absolute_min[][src]

pub unsafe extern "C" fn GNUNET_TIME_absolute_min(
    t1: GNUNET_TIME_Absolute,
    t2: GNUNET_TIME_Absolute
) -> GNUNET_TIME_Absolute

Return the minimum of two absolute time values.

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