diff options
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 848fecac..3ebc13b6 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 */ |