commit | 86f72dcba35f055b5344deeb5f057c2f1d9a291f | [log] [tgz] |
---|---|---|
author | Takashi Sogabe <sogabe@iij.ad.jp> | Mon Jun 22 13:07:02 2009 +0900 |
committer | Paul Jakma <paul@quagga.net> | Mon Jun 22 12:21:22 2009 +0100 |
tree | b128af27119cf27a709423814709a5a0bde98bae | |
parent | f7e0db80693aea7f5fd3d8d4f00e97347c8d0ba5 [diff] [blame] |
Convert ospf6d over to quagga_gettime() wrappers.
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index 5a79862..2cd5303 100644 --- a/ospf6d/ospf6_interface.c +++ b/ospf6d/ospf6_interface.c
@@ -825,7 +825,7 @@ vty_out (vty, " Number of I/F scoped LSAs is %u%s", oi->lsdb->count, VNL); - gettimeofday (&now, (struct timezone *) NULL); + quagga_gettime (QUAGGA_CLK_MONOTONIC, &now); timerclear (&res); if (oi->thread_send_lsupdate)