master/ethernet.h
changeset 279 12f48c1cb143
parent 251 c1d0b63a9302
child 286 f3352378b4d4
--- a/master/ethernet.h	Wed Jun 21 10:08:30 2006 +0000
+++ b/master/ethernet.h	Wed Jun 21 10:09:36 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 */