aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/nexthop.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns/nexthop.h')
-rw-r--r--include/net/netns/nexthop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/netns/nexthop.h b/include/net/netns/nexthop.h
index c712ee5eebd9..434239b37014 100644
--- a/include/net/netns/nexthop.h
+++ b/include/net/netns/nexthop.h
@@ -6,6 +6,7 @@
#ifndef __NETNS_NEXTHOP_H__
#define __NETNS_NEXTHOP_H__
+#include <linux/notifier.h>
#include <linux/rbtree.h>
struct netns_nexthop {
@@ -14,5 +15,6 @@ struct netns_nexthop {
unsigned int seq; /* protected by rtnl_mutex */
u32 last_id_allocated;
+ struct blocking_notifier_head notifier_chain;
};
#endif