implemented IMC/IMV handler
This commit is contained in:
+11
-1
@@ -149,7 +149,7 @@ typedef struct daemon_t daemon_t;
|
||||
#include <config/backend_manager.h>
|
||||
#include <sa/authenticators/eap/eap_manager.h>
|
||||
#include <sa/authenticators/eap/sim_manager.h>
|
||||
#include <tnccs/tnccs_manager.h>
|
||||
#include <tnc/tnccs/tnccs_manager.h>
|
||||
|
||||
#ifdef ME
|
||||
#include <sa/connect_manager.h>
|
||||
@@ -241,6 +241,16 @@ struct daemon_t {
|
||||
*/
|
||||
tnccs_manager_t *tnccs;
|
||||
|
||||
/**
|
||||
* A list of installed TNC Integrity Measurement Collectors
|
||||
*/
|
||||
linked_list_t *imcs;
|
||||
|
||||
/**
|
||||
* A list of installed TNC Integrity Measurement Verifiers
|
||||
*/
|
||||
linked_list_t *imvs;
|
||||
|
||||
#ifdef ME
|
||||
/**
|
||||
* Connect manager
|
||||
|
||||
Reference in New Issue
Block a user