Typedef of callback structure with system identificator, callback function and usr data (optional) On evaluation action will be selected checking system and appropriate callback registred by tool for that system. More...
Data Fields | |
char * | system |
Identificator of checking engine. | |
bool(* | callback )(struct xccdf_policy_model *, const char *, const char *, void *) |
format of callback function | |
void * | usr |
User data structure. |
Typedef of callback structure with system identificator, callback function and usr data (optional) On evaluation action will be selected checking system and appropriate callback registred by tool for that system.