introduced sending of standard IETF Assessment Result PA-TNC attribute by IMVs
This commit is contained in:
@@ -67,6 +67,11 @@ struct recommendations_t {
|
||||
TNC_IMV_Action_Recommendation *rec,
|
||||
TNC_IMV_Evaluation_Result *eval);
|
||||
|
||||
/**
|
||||
* Clear all recommendation information
|
||||
*/
|
||||
void (*clear_recommendation)(recommendations_t *this);
|
||||
|
||||
/**
|
||||
* Get the preferred language for remediation messages
|
||||
*
|
||||
@@ -109,11 +114,6 @@ struct recommendations_t {
|
||||
*/
|
||||
enumerator_t* (*create_reason_enumerator)(recommendations_t *this);
|
||||
|
||||
/**
|
||||
* Clears all reason entries
|
||||
*/
|
||||
void (*clear_reasons)(recommendations_t *this);
|
||||
|
||||
/**
|
||||
* Destroys an imv_t object.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user