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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user