88 OVAL System Characteristics model.
Definition: oval_sysModel.c:52
oval_subtype_t
Unknown subtypes.
Definition: oval_types.h:120
int oval_probe_session_reset(oval_probe_session_t *sess, struct oval_syschar_model *sysch)
Reset the session.
Definition: oval_probe_session.c:172
int( oval_probe_handler_t)(oval_subtype_t, void *, int,...)
Type of the handler function.
Definition: oval_probe_handler.h:44
void oval_probe_session_destroy(oval_probe_session_t *sess)
Destroy probe session.
Definition: oval_probe_session.c:154
int oval_probe_session_abort(oval_probe_session_t *sess)
Abort the session.
Definition: oval_probe_session.c:190
oval_probe_session_t * oval_probe_session_new(struct oval_syschar_model *model)
Create and initialize a new probe session.
Definition: oval_probe_session.c:121
int oval_probe_session_close(oval_probe_session_t *sess)
Send a close request to all probes.
Definition: oval_probe_session.c:166
struct oval_syschar_model * oval_probe_session_getmodel(oval_probe_session_t *sess)
Get system characteristics model from probe session.
Definition: oval_probe_session.c:208
OVAL probe session structure.
Definition: _oval_probe_session.h:42
int oval_probe_session_sethandler(oval_probe_session_t *sess, oval_subtype_t type, oval_probe_handler_t handler, void *ptr)
Set a new handler for an object of the specified type.
Definition: oval_probe_session.c:202