]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ieee1394/eth1394.h
oom: do not dump task state for non thread group leaders
[linux-2.6-omap-h63xx.git] / drivers / ieee1394 / eth1394.h
index a3439ee7cb4ece87c1ecf8c0751ccd1f43f45f00..4f3e2dd46f0049c52211b589d2623a8053fcd9e7 100644 (file)
@@ -66,6 +66,10 @@ struct eth1394_priv {
        int bc_dgl;                     /* Outgoing broadcast datagram label */
        struct list_head ip_node_list;  /* List of IP capable nodes      */
        struct unit_directory *ud_list[ALL_NODES]; /* Cached unit dir list */
+
+       struct work_struct wake;        /* Wake up after xmit failure    */
+       struct net_device *wake_dev;    /* Stupid backlink for .wake     */
+       nodeid_t wake_node;             /* Destination of failed xmit    */
 };