diff options
author | Martin Mares <mj@ucw.cz> | 1998-05-03 18:42:45 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-05-03 18:42:45 +0200 |
commit | a8b6038225d18155883e330c96b2bc2e44153e1e (patch) | |
tree | 8a0479eb663d4673757f892eb795d675c264340c /nest/protocol.h | |
parent | 6032aa6ade49545d7c8b6025cf6e6373eb7c910c (diff) | |
download | bird-a8b6038225d18155883e330c96b2bc2e44153e1e.tar bird-a8b6038225d18155883e330c96b2bc2e44153e1e.zip |
Next attempt on data structures...
Diffstat (limited to 'nest/protocol.h')
-rw-r--r-- | nest/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index 848feca..3ebc13b 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -49,6 +49,7 @@ struct proto { void (*if_notify)(struct proto *, struct iface *old, struct iface *new); void (*rt_notify)(struct proto *, struct rte *old, struct rte *new); + void (*neigh_lost_notify)(struct proto *, struct neighbor *neigh); void (*debug)(struct proto *); /* Debugging dump */ void (*start)(struct proto *); /* Start the instance */ void (*shutdown)(struct proto *, int time); /* Stop the instance */ |