patch-2.4.23 linux-2.4.23/drivers/net/bonding/bonding.h
Next file: linux-2.4.23/drivers/net/dmfe.c
Previous file: linux-2.4.23/drivers/net/bonding/bond_main.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
2003-11-28 10:26:20.000000000 -0800
-  Orig file: 
linux-2.4.22/drivers/net/bonding/bonding.h
-  Orig date: 
2003-08-25 04:44:42.000000000 -0700
diff -urN linux-2.4.22/drivers/net/bonding/bonding.h linux-2.4.23/drivers/net/bonding/bonding.h
@@ -99,12 +99,12 @@
 	rwlock_t ptrlock;
 	struct timer_list mii_timer;
 	struct timer_list arp_timer;
-	struct net_device_stats *stats;
+	struct net_device_stats stats;
 #ifdef CONFIG_PROC_FS
-	struct proc_dir_entry *bond_proc_dir;
-	struct proc_dir_entry *bond_proc_info_file;
+	struct proc_dir_entry *bond_proc_file;
+	char procdir_name[IFNAMSIZ];
 #endif /* CONFIG_PROC_FS */
-	struct bonding *next_bond;
+	struct list_head bond_list;
 	struct net_device *device;
 	struct dev_mc_list *mc_list;
 	unsigned short flags;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)