diff -r 677e63a8ed6e -r 167ae3e76cc7 master/slave.h --- a/master/slave.h Mon Jun 09 12:51:54 2008 +0000 +++ b/master/slave.h Mon Jun 09 13:24:16 2008 +0000 @@ -188,8 +188,8 @@ uint8_t dl_signal[4]; /**< detected signal on RX port */ // SII - uint8_t *sii_data; /**< Complete SII image */ - size_t sii_size; /**< size of the SII contents in bytes */ + uint16_t *sii_words; /**< Complete SII image. */ + size_t sii_nwords; /**< Size of the SII contents in words. */ // slave information interface ec_sii_t sii; /**< SII data. */