X-Git-Url: http://olsr.org/git/?p=olsrd.git;a=blobdiff_plain;f=src%2Fmid_set.h;h=074b0a011b8abc1345189c478dfc1ed4ffa534c3;hp=37842dd074dca3528c54a60c9cdf4af62ace8104;hb=ac76ef2a04d5ab27f3ae1383b3f21186c9571732;hpb=5555f09c0659aceec762616d20c6cd2ecf10a668 diff --git a/src/mid_set.h b/src/mid_set.h index 37842dd0..074b0a01 100644 --- a/src/mid_set.h +++ b/src/mid_set.h @@ -50,6 +50,7 @@ struct mid_address { union olsr_ip_addr alias; struct mid_entry *main_entry; struct mid_address *next_alias; + uint32_t vtime; /* These are for the reverse list */ struct mid_address *prev; @@ -81,7 +82,6 @@ union olsr_ip_addr *mid_lookup_main_addr(const union olsr_ip_addr *); struct mid_address *mid_lookup_aliases(const union olsr_ip_addr *); struct mid_entry *mid_lookup_entry_bymain(const union olsr_ip_addr *); void olsr_print_mid_set(void); -void olsr_prune_aliases(const union olsr_ip_addr *, struct mid_alias *); int olsr_update_mid_table(const union olsr_ip_addr *, olsr_reltime); void olsr_delete_mid_entry(struct mid_entry *); bool olsr_input_mid(union olsr_message *, struct interface *, union olsr_ip_addr *);