diff options
Diffstat (limited to 'include/net/netevent.h')
| -rw-r--r-- | include/net/netevent.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/netevent.h b/include/net/netevent.h index 086f8a5b59dc..3ce4988c9c08 100644 --- a/include/net/netevent.h +++ b/include/net/netevent.h @@ -12,10 +12,14 @@   */  struct dst_entry; +struct neighbour;  struct netevent_redirect {  	struct dst_entry *old; +	struct neighbour *old_neigh;  	struct dst_entry *new; +	struct neighbour *new_neigh; +	const void *daddr;  };  enum netevent_notif_type {  | 
