]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_ase.c
*: Convert thread_add_XXX functions to event_add_XXX
[mirror_frr.git] / ospfd / ospf_ase.c
index 61f87bb2d0f98e07d6cb5e43c2d64f5fa46d31e6..9ad3d276d7253cf21c9c8e10c5033ec59ea2ce58 100644 (file)
@@ -630,8 +630,8 @@ void ospf_ase_calculate_timer_add(struct ospf *ospf)
        if (ospf == NULL)
                return;
 
-       thread_add_timer(master, ospf_ase_calculate_timer, ospf,
-                        OSPF_ASE_CALC_INTERVAL, &ospf->t_ase_calc);
+       event_add_timer(master, ospf_ase_calculate_timer, ospf,
+                       OSPF_ASE_CALC_INTERVAL, &ospf->t_ase_calc);
 }
 
 void ospf_ase_register_external_lsa(struct ospf_lsa *lsa, struct ospf *top)