qpc/doxygen/snippets/qf_qactive.c
Quantum Leaps b265179a77 5.4.0a
2015-05-01 08:40:16 -04:00

7 lines
183 B
C

typedef struct {
QActive super; /* inherits QActive */
QTimeEvt timeEvt; /* to timeout thining or eating */
uint8_t num; /* this philosopher's number */
} Philo;