refactored TNC framework
This commit is contained in:
@@ -64,9 +64,6 @@
|
||||
* @defgroup tasks tasks
|
||||
* @ingroup sa
|
||||
*
|
||||
* @defgroup tnc tnc
|
||||
* @ingroup libcharon
|
||||
*
|
||||
* @addtogroup libcharon
|
||||
* @{
|
||||
*
|
||||
@@ -152,7 +149,6 @@ typedef struct daemon_t daemon_t;
|
||||
#include <sa/shunt_manager.h>
|
||||
#include <config/backend_manager.h>
|
||||
#include <sa/authenticators/eap/eap_manager.h>
|
||||
#include <tnc/tnccs/tnccs_manager.h>
|
||||
|
||||
#ifdef ME
|
||||
#include <sa/connect_manager.h>
|
||||
@@ -239,11 +235,6 @@ struct daemon_t {
|
||||
*/
|
||||
eap_manager_t *eap;
|
||||
|
||||
/**
|
||||
* TNCCS manager to maintain registered TNCCS protocols
|
||||
*/
|
||||
tnccs_manager_t *tnccs;
|
||||
|
||||
#ifdef ME
|
||||
/**
|
||||
* Connect manager
|
||||
|
||||
Reference in New Issue
Block a user