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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/nexthop.h b/include/net/netns/nexthop.h
index c712ee5eebd9..1937476c94a0 100644
--- a/include/net/netns/nexthop.h
+++ b/include/net/netns/nexthop.h
@@ -14,5 +14,6 @@ struct netns_nexthop {
unsigned int seq; /* protected by rtnl_mutex */
u32 last_id_allocated;
+ struct atomic_notifier_head notifier_chain;
};
#endif