#include <scap_ds.h>
Data Fields | |
char * | id |
char * | timestamp |
char * | version |
struct oscap_stringlist * | check_components |
struct oscap_stringlist * | checklist_components |
struct oscap_stringlist * | dictionary_components |
struct oscap_stringlist * | extended_components |
struct oscap_htable * | component_id_to_component_ref_id |
Is contained inside ds_sds_index which indexes the entire datastream collection.
Only contains IDs, does not contain the data of components themselves! See ds_sds_decompose for that.
Inside it are components divided into categories called "containers". These are "checks", "checklists", "dictionaries" and "extended-components". See the specification for more details about their meaning.