Open SCAP Library
|
OVAL probe session API private header. More...
Go to the source code of this file.
Typedefs | |
typedef struct oval_probe_session | oval_probe_session_t |
Functions | |
oval_probe_session_t * | oval_probe_session_new (struct oval_syschar_model *model) |
Create and initialize a new probe session. More... | |
void | oval_probe_session_reinit (oval_probe_session_t *sess, struct oval_syschar_model *model) |
Reinitialize already allocated probe session inplace. More... | |
void | oval_probe_session_destroy (oval_probe_session_t *sess) |
Destroy probe session. More... | |
int | oval_probe_session_reset (oval_probe_session_t *sess, struct oval_syschar_model *sysch) |
Reset the session. More... | |
int | oval_probe_session_abort (oval_probe_session_t *sess) |
Abort the session. | |
struct oval_syschar_model * | oval_probe_session_getmodel (oval_probe_session_t *sess) |
Get system characteristics model from probe session. More... | |
OVAL probe session API private header.
OVAL probe session API public header.