diff -r 1ae0491b2f6b -r ff2a13a4603c master/ethernet.h --- a/master/ethernet.h Mon Mar 14 16:08:25 2011 +0100 +++ b/master/ethernet.h Mon Mar 14 16:55:09 2011 +0100 @@ -73,6 +73,7 @@ struct list_head list; /**< list item */ ec_slave_t *slave; /**< pointer to the corresponding slave */ ec_datagram_t datagram; /**< datagram */ + ec_mailbox_t mbox; /**< mailbox */ unsigned int queue_datagram; /**< the datagram is ready for queuing */ void (*state)(ec_eoe_t *); /**< state function for the state machine */ struct net_device *dev; /**< net_device for virtual ethernet device */