add timer value to event trace

r2587 | dcl | 2008-05-29 14:49:26 +1000 (Thu, 29 May 2008) | 2 lines
This commit is contained in:
Douglas Clowes
2008-05-29 14:49:26 +10:00
parent e20d3f0f63
commit 34f7139ebc
2 changed files with 8 additions and 1 deletions

View File

@@ -19,7 +19,10 @@ enum eventtype {
};
typedef struct EvtState_s { } EvtState;
typedef struct EvtTimer_s { } EvtTimer;
typedef struct EvtTimer_s {
int timerValue;
} EvtTimer;
typedef struct EvtMessage_s {
pAsyncTxn cmd;