diff -r 9b1c277a1b34 -r d9b9bc794d10 master/master.h --- a/master/master.h Thu Jun 05 12:39:46 2008 +0000 +++ b/master/master.h Thu Jun 05 14:33:36 2008 +0000 @@ -126,7 +126,7 @@ struct list_head domains; /**< list of domains */ - int debug_level; /**< master debug level */ + int debug_level; /**< Master debug level. */ ec_stats_t stats; /**< cyclic statistics */ unsigned int frames_timed_out; /**< there were frame timeouts in the last call to ecrt_master_receive() */ @@ -200,6 +200,8 @@ unsigned int ec_master_domain_count(const ec_master_t *); ec_domain_t *ec_master_find_domain(ec_master_t *, unsigned int); -/*****************************************************************************/ - -#endif +int ec_master_debug_level(ec_master_t *, int); + +/*****************************************************************************/ + +#endif