diff -r 4522459bb5a4 -r 2b017fcc1c6d master/slave.h --- a/master/slave.h Tue Jan 20 08:04:50 2009 +0000 +++ b/master/slave.h Tue Jan 20 09:55:32 2009 +0000 @@ -117,6 +117,10 @@ ec_slave_state_t current_state; /**< Current application state. */ unsigned int error_flag; /**< Stop processing after an error. */ unsigned int force_config; /**< Force (re-)configuration. */ + uint16_t configured_rx_mailbox_offset; + uint16_t configured_rx_mailbox_size; + uint16_t configured_tx_mailbox_offset; + uint16_t configured_tx_mailbox_size; // base data uint8_t base_type; /**< Slave type. */