diff options
Diffstat (limited to 'include/net/failover.h')
-rw-r--r-- | include/net/failover.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/failover.h b/include/net/failover.h index bb15438f39c7..f2b42b4b9cd6 100644 --- a/include/net/failover.h +++ b/include/net/failover.h @@ -25,6 +25,7 @@ struct failover_ops { struct failover { struct list_head list; struct net_device __rcu *failover_dev; + netdevice_tracker dev_tracker; struct failover_ops __rcu *ops; }; |