diff -r 3e0a148eb38d -r b7797f8a813d master/command.h --- a/master/command.h Tue Apr 25 13:45:00 2006 +0000 +++ b/master/command.h Wed Apr 26 10:15:02 2006 +0000 @@ -32,6 +32,7 @@ #define _EC_COMMAND_H_ #include +#include #include "globals.h" @@ -106,6 +107,7 @@ uint8_t index; /**< command index (set by master) */ uint16_t working_counter; /**< working counter */ ec_command_state_t state; /**< command state */ + cycles_t t_sent; /**< time, the commands was sent */ } ec_command_t;