master/fsm_sii.h
branchstable-1.2
changeset 1739 5fcbd29151d2
parent 1732 1cc865ba17c2
child 1744 7bc131b92039
--- 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 */