Searched defs:cont_t (Results 1 – 1 of 1) sorted by relevance
529 static const struct cont_t { struct530 void (*interrupt)(void);533 void (*redo)(void); /* this is called to retry the operation */534 void (*error)(void); /* this is called to tally an error */535 void (*done)(int); /* this is called to say if the operation has