]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: monotonic clock for lsa_refresher_started
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 28 Jul 2016 15:23:36 +0000 (17:23 +0200)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 28 Jul 2016 11:27:47 +0000 (07:27 -0400)
commita05d8b7ae46410c6782729375090306fd56b4561
tree6cb6128cae913e6f6b5044537f0752031c1aae1a
parentcd37dad1b99cca18773cfe2268fed29fdd33cd71
ospfd: monotonic clock for lsa_refresher_started

ospf->lsa_refresher_started is only used in relative timing to itself;
replace with monotonic clock which is appropriate for this.

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