diff -r 16498ed938f4 -r aede068f9a74 master/master.h --- a/master/master.h Mon Mar 05 10:00:18 2007 +0000 +++ b/master/master.h Mon Mar 05 10:35:50 2007 +0000 @@ -120,6 +120,9 @@ int debug_level; /**< master debug level */ ec_stats_t stats; /**< cyclic statistics */ + unsigned int pdo_slaves_offline; /** number of slaves, for which PDOs + were registered and that are offline + (used for bus status) */ int thread_id; /**< master thread PID */ struct completion thread_exit; /**< thread completion object */