master/master.h
changeset 1585 1f640e321ee4
parent 1583 017fa8fd9ac1
child 1596 ea8d2b4ee742
equal deleted inserted replaced
1584:cd9a68fd5b89 1585:1f640e321ee4
   153                                            datagrams. */
   153                                            datagrams. */
   154     struct semaphore ext_queue_sem; /**< Semaphore protecting the \a
   154     struct semaphore ext_queue_sem; /**< Semaphore protecting the \a
   155                                       ext_datagram_queue. */
   155                                       ext_datagram_queue. */
   156 
   156 
   157     struct list_head sdo_datagram_queue; /**< SDO Datagram queue. */
   157     struct list_head sdo_datagram_queue; /**< SDO Datagram queue. */
   158 
   158     size_t max_queue_size; /** max. size of datagram queue */
   159     struct list_head domains; /**< List of domains. */
   159     struct list_head domains; /**< List of domains. */
   160 
   160 
   161     unsigned int debug_level; /**< Master debug level. */
   161     unsigned int debug_level; /**< Master debug level. */
   162     ec_stats_t stats; /**< Cyclic statistics. */
   162     ec_stats_t stats; /**< Cyclic statistics. */
   163     unsigned int frames_timed_out; /**< There were frame timeouts in the last
   163     unsigned int frames_timed_out; /**< There were frame timeouts in the last