Searched defs:fsm_instance_t (Results 1 – 1 of 1) sorted by relevance
65 typedef struct fsm_instance_t { struct66 fsm *f;67 atomic_t state;68 char name[16];69 void *userdata;70 int userint;72 int history_index;73 int history_size;74 fsm_history history[FSM_HISTORY_SIZE];