30 #ifndef OVAL_PROBE_SESSION
31 #define OVAL_PROBE_SESSION
36 #include "oscap_export.h"
int oval_probe_session_reset(oval_probe_session_t *sess, struct oval_syschar_model *sysch)
Reset the session.
Definition: oval_probe_session.c:177
void oval_probe_session_destroy(oval_probe_session_t *sess)
Destroy probe session.
Definition: oval_probe_session.c:171
int oval_probe_session_abort(oval_probe_session_t *sess)
Abort the session.
Definition: oval_probe_session.c:195
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:146
void oval_probe_session_reinit(oval_probe_session_t *sess, struct oval_syschar_model *model)
Reinitialize already allocated probe session inplace.
Definition: oval_probe_session.c:164
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:207
OVAL probe session structure.
Definition: _oval_probe_session.h:42
OVAL System Characteristics model.
Definition: oval_sysModel.c:56