diff options
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 53df1762d80f..014a359460e5 100644 --- a/drivers/net/bonding/bond_options.h +++ b/drivers/net/bonding/bond_options.h @@ -51,6 +51,7 @@ enum { BOND_OPT_LACP_RATE, BOND_OPT_MINLINKS, BOND_OPT_AD_SELECT, + BOND_OPT_NUM_PEER_NOTIF, BOND_OPT_LAST }; @@ -136,4 +137,6 @@ int bond_option_min_links_set(struct bonding *bond, struct bond_opt_value *newval); int bond_option_ad_select_set(struct bonding *bond, struct bond_opt_value *newval); +int bond_option_num_peer_notif_set(struct bonding *bond, + struct bond_opt_value *newval); #endif /* _BOND_OPTIONS_H */ |