21#ifndef OSCAP_CPE_CPE_SESSION_PRIV_H
22#define OSCAP_CPE_CPE_SESSION_PRIV_H
28#include "common/list.h"
30#include "common/util.h"
General OpenScap functions and types.
Definition: cpe_session_priv.h:34
struct oscap_htable * sources_cache
Not owned cache [path -> oscap_source].
Definition: cpe_session_priv.h:39
bool thin_results
Should OVAL results related to CPE be exported as THIN?
Definition: cpe_session_priv.h:40
struct oscap_htable * oval_sessions
Caches CPE OVAL check results.
Definition: cpe_session_priv.h:37
struct oscap_list * lang_models
All CPE lang models except the one embedded in XCCDF.
Definition: cpe_session_priv.h:36
struct oscap_list * dicts
All CPE dictionaries except the one embedded in XCCDF.
Definition: cpe_session_priv.h:35
Definition: oscap_source.c:66
Definition: oval_agent.c:54