OVAL Results interface set methods. More...
Functions | |
void | oval_results_model_lock (struct oval_results_model *result_model) |
Lock the result_model instance. | |
void | oval_results_model_add_system (struct oval_results_model *, struct oval_result_system *) |
OVAL Results interface set methods.
These methods will not change the state of a locked instance.
void oval_results_model_lock | ( | struct oval_results_model * | result_model | ) |
Lock the result_model instance.
The state of a locked instance cannot be changed. This operation has no effect if the model is already locked.