Corrected type of online_state.
authorFlorian Pose <fp@igh-essen.com>
Mon, 05 Mar 2007 10:00:18 +0000
changeset 611 16498ed938f4
parent 610 29489a43ecee
child 612 aede068f9a74
Corrected type of online_state.
master/slave.h
--- a/master/slave.h	Mon Mar 05 09:55:39 2007 +0000
+++ b/master/slave.h	Mon Mar 05 10:00:18 2007 +0000
@@ -203,9 +203,9 @@
 
     ec_slave_state_t requested_state; /**< requested application state */
     ec_slave_state_t current_state; /**< current application state */
+    ec_slave_online_state_t online_state; /**< online state */
     unsigned int self_configured; /**< slave was configured by this master */
     unsigned int error_flag; /**< stop processing after an error */
-    unsigned int online_state; /**< online state */
 
     // addresses
     uint16_t ring_position; /**< ring position */