From a8b6038225d18155883e330c96b2bc2e44153e1e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 3 May 1998 16:42:45 +0000 Subject: Next attempt on data structures... --- nest/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/protocol.h') 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 */ -- cgit v1.2.3