sce_session Struct Reference

Public Member Functions

struct sce_sessionsce_session_new (void)
void sce_session_free (struct sce_session *s)
void sce_session_reset (struct sce_session *s)
 Removes all check results from the session.
void sce_session_add_check_result (struct sce_session *s, struct sce_check_result *result)
 Adds a check result to the session.
void sce_session_export_to_directory (struct sce_session *s, const char *directory)
 Exports all check results to given directory.

Data Fields

struct oscap_listresults

Member Function Documentation

void sce_session_add_check_result ( struct sce_session s,
struct sce_check_result result 
)

Adds a check result to the session.

Parameters:
s session to add the check result to
result result to be added (the session takes ownership of it, don't deallocate it!)

The documentation for this struct was generated from the following files:

Generated on 30 Mar 2012 for Open SCAP Library by  doxygen 1.6.1