]> git.ipfire.org Git - thirdparty/bird.git/commit
Timers: Replace old timers with microsecond timers
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 1 Jun 2017 10:33:20 +0000 (12:33 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 7 Dec 2017 12:49:27 +0000 (13:49 +0100)
commit025525266f6861437ca54aca2a86eb505a486baf
tree8a4f2035ef7edbcd77224ed76598ec0806f24512
parent28a7d3943ef915c405b3552ae06f639a86f4dc1e
Timers: Replace old timers with microsecond timers

The old timer interface is still kept, but implemented by new timers. The
plan is to switch from the old inteface to the new interface, then clean
it up.
20 files changed:
conf/conf.c
lib/birdlib.h
lib/tbf.c
lib/timer.c
lib/timer.h
nest/cmds.c
nest/proto.c
proto/babel/babel.c
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/ospf/iface.c
proto/ospf/neighbor.c
proto/ospf/ospf.c
proto/radv/radv.c
proto/rip/rip.c
proto/rpki/rpki.c
sysdep/unix/io.c
sysdep/unix/krt.c
sysdep/unix/main.c
sysdep/unix/timer.h