mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Replaced remaining references of clock_t by bird_clock_t.
This commit is contained in:
@@ -175,7 +175,7 @@ tm_shot(void)
|
||||
|
||||
if (first_far_timer <= now)
|
||||
{
|
||||
clock_t limit = now + NEAR_TIMER_LIMIT;
|
||||
bird_clock_t limit = now + NEAR_TIMER_LIMIT;
|
||||
first_far_timer = TIME_INFINITY;
|
||||
n = HEAD(far_timers);
|
||||
while (m = n->next)
|
||||
|
Reference in New Issue
Block a user