moved TNCCS layer out of eap_tnc plugin

This commit is contained in:
Andreas Steffen
2010-09-28 23:34:04 +02:00
parent 280c8ea2f0
commit 4e8e74fcfa
17 changed files with 460 additions and 48 deletions
+2
View File
@@ -120,6 +120,7 @@ static void destroy(private_daemon_t *this)
DESTROY_IF(this->public.controller);
DESTROY_IF(this->public.eap);
DESTROY_IF(this->public.sim);
DESTROY_IF(this->public.tnccs);
#ifdef ME
DESTROY_IF(this->public.connect_manager);
DESTROY_IF(this->public.mediation_manager);
@@ -365,6 +366,7 @@ METHOD(daemon_t, initialize, bool,
this->public.controller = controller_create();
this->public.eap = eap_manager_create();
this->public.sim = sim_manager_create();
this->public.tnccs = tnccs_manager_create();
this->public.backends = backend_manager_create();
this->public.socket = socket_manager_create();
this->public.traps = trap_manager_create();