diff options
author | Maria Matejka <mq@ucw.cz> | 2022-09-07 13:12:44 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-09-08 15:13:37 +0200 |
commit | e2c612063649cb5134459ab0a2c7377f00d6e9c0 (patch) | |
tree | 4abfbb988cd2ac177f4693809b3c37d60561265c /nest/rt.h | |
parent | a61a04b5c8fcfccf491f7f9baebab352c3692f54 (diff) |
Next hop updater has its own event
Diffstat (limited to 'nest/rt.h')
-rw-r--r-- | nest/rt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ typedef struct rtable { * obstacle from this routing table. */ struct event *rt_event; /* Routing table event */ - struct event *uncork_event; /* Called when uncork happens */ + struct event *nhu_event; /* Specific event for next hop update */ struct timer *prune_timer; /* Timer for periodic pruning / GC */ btime last_rt_change; /* Last time when route changed */ btime gc_time; /* Time of last GC */ |