diff -r fddcb6d7869d -r 12f48c1cb143 master/ethernet.h --- 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 */