master/master.h
changeset 612 aede068f9a74
parent 601 d6d951b766e3
child 637 d5d04c868e0e
equal deleted inserted replaced
611:16498ed938f4 612:aede068f9a74
   118 
   118 
   119     struct list_head domains; /**< list of domains */
   119     struct list_head domains; /**< list of domains */
   120 
   120 
   121     int debug_level; /**< master debug level */
   121     int debug_level; /**< master debug level */
   122     ec_stats_t stats; /**< cyclic statistics */
   122     ec_stats_t stats; /**< cyclic statistics */
       
   123     unsigned int pdo_slaves_offline; /** number of slaves, for which PDOs
       
   124                                        were registered and that are offline
       
   125                                        (used for bus status) */
   123 
   126 
   124     int thread_id; /**< master thread PID */
   127     int thread_id; /**< master thread PID */
   125     struct completion thread_exit; /**< thread completion object */
   128     struct completion thread_exit; /**< thread completion object */
   126     uint32_t idle_cycle_times[HZ]; /**< Idle cycle times ring */
   129     uint32_t idle_cycle_times[HZ]; /**< Idle cycle times ring */
   127     unsigned int idle_cycle_time_pos; /**< time ring buffer position */
   130     unsigned int idle_cycle_time_pos; /**< time ring buffer position */