diff -r 9d7453c16ade -r 4bbe090553f7 master/ethernet.h --- 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 */