include/ecrt.h
changeset 1579 326d47aa986c
parent 1510 88b608a1a7f3
child 1580 1baac79a40cf
--- a/include/ecrt.h	Tue Jul 28 15:42:43 2009 +0000
+++ b/include/ecrt.h	Thu Nov 19 14:39:10 2009 +0100
@@ -214,6 +214,7 @@
 typedef struct {
    unsigned int slave_count; /**< Number of slaves in the bus. */
    unsigned int link_up : 1; /**< \a true, if the network link is up. */
+   uint8_t scan_busy;	/**< \a true, while the master is scanning the bus */   
    uint64_t app_time; /**< Application time. */
 } ec_master_info_t;