design_pattern_for_c
V 1.00
|
information of state machine message list More...
Data Fields | |
StateMachineMsg | head |
StateMachineMsg | tail |
pthread_mutex_t | lock |
int | eventfd |
information of state machine message list
Definition at line 42 of file state_machine.c.
int eventfd |
Definition at line 46 of file state_machine.c.
StateMachineMsg head |
Definition at line 43 of file state_machine.c.
pthread_mutex_t lock |
Definition at line 45 of file state_machine.c.
StateMachineMsg tail |
Definition at line 44 of file state_machine.c.