On Sun, Dec 16, 2018 at 06:45:39PM +0100, Claudio Jeker wrote: > Simple conversion of timeout_add(X, Y * hz) to timeout_add_sec(X, Y) > and timeout_add(X, tvtohz(&tv)) to timeout_add_tv(X, &tv).
Remember that tvtohz(9) adds an extra tick where timeout_add_tv(9) does not. That doesn't look to be a problem here, but it doesn't hurt to ask. > OK? As long as you don't mind those carp timeouts firing a tick sooner, ok cheloha@.