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_abr.c b/ospf6d/ospf6_abr.c index 8224b10..d38ef21 100644 --- a/ospf6d/ospf6_abr.c +++ b/ospf6d/ospf6_abr.c
@@ -402,7 +402,7 @@ else { summary->type = route->type; - gettimeofday (&summary->changed, NULL); + quagga_gettime (QUAGGA_CLK_MONOTONIC, &summary->changed); } summary->path.router_bits = route->path.router_bits;