master/ethernet.h
branchstable-1.0
changeset 1621 4bbe090553f7
parent 1619 0d4119024f55
child 1623 05622513f627
--- a/master/ethernet.h	Mon May 29 09:54:18 2006 +0000
+++ b/master/ethernet.h	Mon Jun 26 15:04:06 2006 +0000
@@ -73,6 +73,7 @@
 {
     struct list_head list; /**< list item */
     ec_slave_t *slave; /**< pointer to the corresponding slave */
+    ec_command_t command; /**< command */
     void (*state)(ec_eoe_t *); /**< state function for the state machine */
     struct net_device *dev; /**< net_device for virtual ethernet device */
     struct net_device_stats stats; /**< device statistics */