[][src]Function transmission_sys::tr_timerAdd

pub unsafe extern "C" fn tr_timerAdd(
    timer: *mut event,
    seconds: c_int,
    microseconds: c_int
)

@brief Convenience wrapper around timer_add() to have a timer wake up in a number of seconds and microseconds @param timer the timer to set @param seconds seconds to wait @param microseconds microseconds to wait