patch-2.4.9 linux/drivers/ieee1394/hosts.h

Next file: linux/drivers/ieee1394/ieee1394_core.c
Previous file: linux/drivers/ieee1394/hosts.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.8/linux/drivers/ieee1394/hosts.h linux/drivers/ieee1394/hosts.h
@@ -1,4 +1,3 @@
-
 #ifndef _IEEE1394_HOSTS_H
 #define _IEEE1394_HOSTS_H
 
@@ -15,6 +14,8 @@
 struct hpsb_host {
 /* private fields (hosts, do not use them) */
         struct hpsb_host *next;
+
+        atomic_t generation;
 
         struct list_head pending_packets;
         spinlock_t pending_pkt_lock;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)