qpc/doxygen/snippets/qf_qactive.c

7 lines
201 B
C
Raw Normal View History

2013-09-23 14:34:35 -04:00
typedef struct PhiloTag {
QActive super; /* inherits QActive */
QTimeEvt timeEvt; /* to timeout thining or eating */
uint8_t num; /* this philosopher's number */
} Philo;