]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: simplify SPF time consumption calculations
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 23 Jan 2017 17:16:03 +0000 (18:16 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 23 Jan 2017 17:26:33 +0000 (18:26 +0100)
commit816c2194ca4198767c766d729636fd4af6afedf0
treee1299638918584d883732e9b6cbb3c1716eceeb7
parentcf672a865428b5e55844b6d2e01ca9d3bd4afe6b
ospfd: simplify SPF time consumption calculations

monotime_since() does exactly the same thing.
... and timeval_elapsed is now private to lib/thread.c

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/thread.c
lib/thread.h
ospfd/ospf_spf.c