diff options
author | Nikolay Aleksandrov <nikolay@redhat.com> | 2014-01-22 14:53:39 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-22 15:38:44 -0800 |
commit | 4325b374f84e59226851636df946f2500d0bfeba (patch) | |
tree | af0f136b629b6a9717502fd379d87e8c3e2b7d4b /drivers/net/bonding/bond_options.h | |
parent | 105c8fb6c55e9c5055798184cbb5ef61343139b4 (diff) |
bonding: convert lp_interval to use the new option API
This patch adds the necessary changes so lp_interval would use
the new bonding option API.
Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_options.h')
-rw-r--r-- | drivers/net/bonding/bond_options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/bonding/bond_options.h b/drivers/net/bonding/bond_options.h index f0c2cbb0347..eb3a773cb5a 100644 --- a/drivers/net/bonding/bond_options.h +++ b/drivers/net/bonding/bond_options.h @@ -60,6 +60,7 @@ enum { BOND_OPT_QUEUE_ID, BOND_OPT_ALL_SLAVES_ACTIVE, BOND_OPT_RESEND_IGMP, + BOND_OPT_LP_INTERVAL, BOND_OPT_LAST }; @@ -162,4 +163,6 @@ int bond_option_all_slaves_active_set(struct bonding *bond, struct bond_opt_value *newval); int bond_option_resend_igmp_set(struct bonding *bond, struct bond_opt_value *newval); +int bond_option_lp_interval_set(struct bonding *bond, + struct bond_opt_value *newval); #endif /* _BOND_OPTIONS_H */ |