diff options
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r-- | drivers/net/bonding/bonding.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index 308ed10dca90..c15f21347486 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h | |||
@@ -136,6 +136,7 @@ struct bond_params { | |||
136 | __be32 arp_targets[BOND_MAX_ARP_TARGETS]; | 136 | __be32 arp_targets[BOND_MAX_ARP_TARGETS]; |
137 | int tx_queues; | 137 | int tx_queues; |
138 | int all_slaves_active; | 138 | int all_slaves_active; |
139 | int resend_igmp; | ||
139 | }; | 140 | }; |
140 | 141 | ||
141 | struct bond_parm_tbl { | 142 | struct bond_parm_tbl { |
@@ -202,6 +203,7 @@ struct bonding { | |||
202 | s8 send_grat_arp; | 203 | s8 send_grat_arp; |
203 | s8 send_unsol_na; | 204 | s8 send_unsol_na; |
204 | s8 setup_by_slave; | 205 | s8 setup_by_slave; |
206 | s8 igmp_retrans; | ||
205 | #ifdef CONFIG_PROC_FS | 207 | #ifdef CONFIG_PROC_FS |
206 | struct proc_dir_entry *proc_entry; | 208 | struct proc_dir_entry *proc_entry; |
207 | char proc_file_name[IFNAMSIZ]; | 209 | char proc_file_name[IFNAMSIZ]; |