diff -r 14307580deb6 -r 5746fdd1ca2e master/master.h --- a/master/master.h Thu Jun 12 09:19:06 2008 +0000 +++ b/master/master.h Thu Jun 12 09:32:25 2008 +0000 @@ -99,8 +99,8 @@ unsigned int injection_seq_rt; /**< datagram injection sequence number for the realtime side */ - struct list_head slaves; /**< list of slaves on the bus */ - unsigned int slave_count; /**< number of slaves on the bus */ + ec_slave_t *slaves; /**< Array of slaves on the bus. */ + unsigned int slave_count; /**< Number of slaves on the bus. */ struct list_head configs; /**< Bus configuration list. */ unsigned int configs_attached; /**< Slave configurations were attached. */