diff -r 4c16fe64b403 -r 2be8918682fa master/fsm_pdo_assign.h --- a/master/fsm_pdo_assign.h Tue Jun 24 10:55:40 2008 +0000 +++ b/master/fsm_pdo_assign.h Thu Jun 26 13:16:15 2008 +0000 @@ -62,10 +62,11 @@ ec_fsm_coe_t *fsm_coe; /**< CoE state machine to use. */ ec_slave_t *slave; /**< Slave the FSM runs on. */ - ec_direction_t dir; /**< Current direction. */ + uint8_t sync_index; /**< Current sync manager index. */ const ec_pdo_list_t *pdos; /**< Target Pdo assignment. */ const ec_sync_t *sync; /**< Current sync manager. */ - unsigned int num_configured_dirs; /**< Number of configured directions. */ + unsigned int num_configured_syncs; /**< Number of configured + assignments. */ const ec_pdo_t *pdo; /**< Current Pdo. */ ec_sdo_request_t request; /**< Sdo request. */