summaryrefslogtreecommitdiff
path: root/zebra/rtadv.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/rtadv.h')
-rw-r--r--zebra/rtadv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/rtadv.h b/zebra/rtadv.h
index 2338efe0bd..1ec376a106 100644
--- a/zebra/rtadv.h
+++ b/zebra/rtadv.h
@@ -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);