]> git.ipfire.org Git - thirdparty/bird.git/commit
Lib: Expand timer recurrence to 64b
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 27 Aug 2024 12:28:41 +0000 (14:28 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 27 Aug 2024 12:28:41 +0000 (14:28 +0200)
commitacbdc29d57373a42a512b505c7d4169fd9ca2bee
tree1f3ff8796e277524e51567d5e31ecf448e6d5643
parent5214d7e59fe4d5d89e14e8e7b654ded25f918afb
Lib: Expand timer recurrence to 64b

The period of recurent timers was stored in 32b field, despite it was
btime-compatible value in us. Therefore, it was limited to ~72 min,
which mas okay for most purposes, except configurable MRT dump periods.

Thanks to Felix Friedlander for the bugreport.
lib/timer.c
lib/timer.h