]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/rtadv.h
*: Rename `struct thread` to `struct event`
[mirror_frr.git] / zebra / rtadv.h
index 2338efe0bd0983841a54eb3dbf7417cb10be3a98..1ec376a10626ffa28b7c064a9519b0a0d08c2c59 100644 (file)
@@ -30,8 +30,8 @@ struct rtadv {
        struct adv_if_list_head adv_if;
        struct adv_if_list_head adv_msec_if;
 
-       struct thread *ra_read;
-       struct thread *ra_timer;
+       struct event *ra_read;
+       struct event *ra_timer;
 };
 
 PREDECL_RBTREE_UNIQ(rtadv_prefixes);