diff options
Diffstat (limited to 'include/net/netns/nexthop.h')
-rw-r--r-- | include/net/netns/nexthop.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/netns/nexthop.h b/include/net/netns/nexthop.h index 1937476c94a0..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,6 +15,6 @@ struct netns_nexthop { unsigned int seq; /* protected by rtnl_mutex */ u32 last_id_allocated; - struct atomic_notifier_head notifier_chain; + struct blocking_notifier_head notifier_chain; }; #endif |