]> git.proxmox.com Git - mirror_frr.git/commit - isisd/isis_spf.c
isisd: save a clock_gettime() call
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 12 Dec 2017 13:47:04 +0000 (11:47 -0200)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 12 Dec 2017 13:47:04 +0000 (11:47 -0200)
commita699dd69ea4731fc2d75d55171524fdd362f65d5
treed89e2baf6b01384e3e98a5952ad48bdf1904af4e
parentc05ca1046f5d8964ce68c02f4302e68ec640a134
isisd: save a clock_gettime() call

Use the thread cached clock to use as start time. It will save a call to
clock_gettime() and also provide a more 'accurate' time measurement from
the start of the procedure.
isisd/isis_spf.c