XCCDF textual fix instructions. More...
#include <xccdf.h>
Public Member Functions | |
bool | xccdf_fixtext_get_reboot (const struct xccdf_fixtext *fixtext) |
xccdf_strategy_t | xccdf_fixtext_get_strategy (const struct xccdf_fixtext *fixtext) |
xccdf_level_t | xccdf_fixtext_get_complexity (const struct xccdf_fixtext *fixtext) |
xccdf_level_t | xccdf_fixtext_get_disruption (const struct xccdf_fixtext *fixtext) |
struct xccdf_fix * | xccdf_fixtext_get_fixref (const struct xccdf_fixtext *fixtext) |
Data Fields | |
bool | reboot |
xccdf_strategy_t | strategy |
xccdf_level_t | disruption |
xccdf_level_t | complexity |
char * | fixref |
char * | content |
XCCDF textual fix instructions.
xccdf_level_t xccdf_fixtext_get_complexity | ( | const struct xccdf_fixtext * | fixtext | ) |
xccdf_level_t xccdf_fixtext_get_disruption | ( | const struct xccdf_fixtext * | fixtext | ) |
struct xccdf_fix * xccdf_fixtext_get_fixref | ( | const struct xccdf_fixtext * | fixtext | ) | [read] |
bool xccdf_fixtext_get_reboot | ( | const struct xccdf_fixtext * | fixtext | ) |
xccdf_strategy_t xccdf_fixtext_get_strategy | ( | const struct xccdf_fixtext * | fixtext | ) |