From cf672a865428b5e55844b6d2e01ca9d3bd4afe6b Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 18 Jan 2017 01:30:43 +0100 Subject: *: use monotime() This is largely a bulk-replace made with coccinelle. Signed-off-by: David Lamparter --- ospf6d/ospf6_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospf6d/ospf6_interface.c') diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index 0ed8d30a8b..c458098099 100644 --- a/ospf6d/ospf6_interface.c +++ b/ospf6d/ospf6_interface.c @@ -961,7 +961,7 @@ ospf6_interface_show (struct vty *vty, struct interface *ifp) vty_out (vty, " Number of I/F scoped LSAs is %u%s", oi->lsdb->count, VNL); - quagga_gettime (QUAGGA_CLK_MONOTONIC, &now); + monotime(&now); timerclear (&res); if (oi->thread_send_lsupdate) -- cgit v1.2.3