master/master.h
changeset 1000 5746fdd1ca2e
parent 997 652180478e95
child 1013 52256b75f975
equal deleted inserted replaced
999:14307580deb6 1000:5746fdd1ca2e
    97     unsigned int injection_seq_fsm; /**< datagram injection sequence number
    97     unsigned int injection_seq_fsm; /**< datagram injection sequence number
    98                                       for the FSM side */
    98                                       for the FSM side */
    99     unsigned int injection_seq_rt; /**< datagram injection sequence number
    99     unsigned int injection_seq_rt; /**< datagram injection sequence number
   100                                      for the realtime side */
   100                                      for the realtime side */
   101 
   101 
   102     struct list_head slaves; /**< list of slaves on the bus */
   102     ec_slave_t *slaves; /**< Array of slaves on the bus. */
   103     unsigned int slave_count; /**< number of slaves on the bus */
   103     unsigned int slave_count; /**< Number of slaves on the bus. */
   104 
   104 
   105     struct list_head configs; /**< Bus configuration list. */
   105     struct list_head configs; /**< Bus configuration list. */
   106     unsigned int configs_attached; /**< Slave configurations were attached. */
   106     unsigned int configs_attached; /**< Slave configurations were attached. */
   107     
   107     
   108     unsigned int scan_busy; /**< Current scan state. */
   108     unsigned int scan_busy; /**< Current scan state. */