diff -r bc89e3fba1a5 -r 5fcbd29151d2 master/fsm_sii.h --- a/master/fsm_sii.h Tue Feb 13 13:36:31 2007 +0000 +++ b/master/fsm_sii.h Tue Feb 13 13:42:37 2007 +0000 @@ -67,6 +67,7 @@ { ec_slave_t *slave; /**< slave the FSM runs on */ ec_datagram_t *datagram; /**< datagram used in the state machine */ + unsigned int retries; /**< retries upon datagram timeout */ void (*state)(ec_fsm_sii_t *); /**< SII state function */ uint16_t offset; /**< input: offset in SII */