Typedef of callback structure with callback function and usr data (optional) After evaluation action will be called the callback with user data. More...
Data Fields | |
char * | system |
Identificator of checking engine (output engine). | |
int(* | callback )(const char *, xccdf_test_result_type_t, void *) |
format of callback function | |
void * | usr |
User data structure. |
Typedef of callback structure with callback function and usr data (optional) After evaluation action will be called the callback with user data.