]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_area.c
Merge pull request #12837 from donaldsharp/unlikely_routemap
[mirror_frr.git] / ospf6d / ospf6_area.c
index e7fefb72a7c7bbb19368f771cafa9cf8d979be84..69c711bf06e0439d86174c3cb4aebbf421815b44 100644 (file)
@@ -8,7 +8,7 @@
 #include "log.h"
 #include "memory.h"
 #include "linklist.h"
-#include "event.h"
+#include "frrevent.h"
 #include "vty.h"
 #include "command.h"
 #include "if.h"
@@ -421,8 +421,8 @@ void ospf6_area_disable(struct ospf6_area *oa)
        ospf6_spf_table_finish(oa->spf_table);
        ospf6_route_remove_all(oa->route_table);
 
-       THREAD_OFF(oa->thread_router_lsa);
-       THREAD_OFF(oa->thread_intra_prefix_lsa);
+       EVENT_OFF(oa->thread_router_lsa);
+       EVENT_OFF(oa->thread_intra_prefix_lsa);
 }