]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_gr_helper.c
*: Rename `struct thread` to `struct event`
[mirror_frr.git] / ospf6d / ospf6_gr_helper.c
index 3df0580fcd4cfc8b41feb1322cb039bc09dd1b29..fb710cc1cddc1d457ae7e58c2d40953fe956a354 100644 (file)
@@ -195,7 +195,7 @@ static int ospf6_extract_grace_lsa_fields(struct ospf6_lsa *lsa,
  * Returns:
  *    Nothing
  */
-static void ospf6_handle_grace_timer_expiry(struct thread *thread)
+static void ospf6_handle_grace_timer_expiry(struct event *thread)
 {
        struct ospf6_neighbor *nbr = THREAD_ARG(thread);