Open SCAP Library
|
Data Structures | |
struct | oval_ph |
struct | oval_phtbl |
Typedefs | |
typedef int | oval_probe_handler_t(oval_subtype_t, void *, int,...) |
Type of the handler function. | |
typedef struct oval_ph | oval_ph_t |
typedef struct oval_phtbl | oval_phtbl_t |
Functions | |
oval_phtbl_t * | oval_phtbl_new (void) |
void | oval_phtbl_free (oval_phtbl_t *phtbl) |
oval_ph_t * | oval_probe_handler_get (oval_phtbl_t *phtbl, oval_subtype_t type) |
int | oval_probe_handler_set (oval_phtbl_t *phtbl, oval_subtype_t type, oval_probe_handler_t *handler, void *uptr) |
typedef int oval_probe_handler_t(oval_subtype_t, void *, int,...) |
Type of the handler function.
This function takes care of handling all the actions defined bellow, that is: initialization, freeing, opening, evaluating, reseting and closing (whatever that means in your particular case).