From 12a5cae75ef639e416d82b88d887c5d77d279aa3 Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 19 Sep 2004 19:39:26 +0000 Subject: Rework of SPF threads schedule logic. I'm not 100% sure whether it's right thing to do to have completely separate threads for IPv4 and IPv6 SPF though. But it works and it's now possible to have both IPv4 and IPv6 enabled in interface. One bug fixed in LSP regeneration scheduling as well. --- isisd/isis_spf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isisd/isis_spf.h') diff --git a/isisd/isis_spf.h b/isisd/isis_spf.h index 432f846e..8912add3 100644 --- a/isisd/isis_spf.h +++ b/isisd/isis_spf.h @@ -60,7 +60,7 @@ struct isis_vertex struct isis_spftree { - struct thread *t_spf_periodic; /* periodic spf threads */ + struct thread *t_spf; /* spf threads */ time_t lastrun; /* for scheduling */ int pending; /* already scheduled */ struct list *paths; /* the SPT */ -- cgit v1.2.1