master/slave.h
changeset 251 c1d0b63a9302
parent 246 0bf7c769de06
child 260 5fe7df7f2433
--- a/master/slave.h	Fri May 19 09:56:55 2006 +0000
+++ b/master/slave.h	Fri May 19 13:23:11 2006 +0000
@@ -272,6 +272,10 @@
     struct list_head sdo_dictionary; /**< SDO directory list */
 
     ec_command_t mbox_command; /**< mailbox command */
+
+    ec_slave_state_t requested_state; /**< requested slave state */
+    ec_slave_state_t current_state; /**< current slave state */
+    unsigned int state_error; /**< a state error has happened */
 };
 
 /*****************************************************************************/