introduced sending of standard IETF Assessment Result PA-TNC attribute by IMVs

This commit is contained in:
Andreas Steffen
2012-09-09 05:13:50 +02:00
parent bcf8cdd556
commit 6f93927b6c
21 changed files with 639 additions and 84 deletions
+5 -5
View File
@@ -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.
*/