diff options
Diffstat (limited to 'src/libcharon/daemon.h')
-rw-r--r-- | src/libcharon/daemon.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/libcharon/daemon.h b/src/libcharon/daemon.h index ae590601f..04f1fc249 100644 --- a/src/libcharon/daemon.h +++ b/src/libcharon/daemon.h @@ -149,13 +149,9 @@ 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> -<<<<<<< HEAD -#include <tnccs/tnccs_manager.h> -======= #include <tnc/imc/imc_manager.h> #include <tnc/imv/imv_manager.h> #include <tnc/tnccs/tnccs_manager.h> ->>>>>>> upstream/4.5.1 #ifdef ME #include <sa/connect_manager.h> @@ -243,8 +239,6 @@ struct daemon_t { sim_manager_t *sim; /** -<<<<<<< HEAD -======= * TNC IMC manager controlling Integrity Measurement Collectors */ imc_manager_t *imcs; @@ -255,7 +249,6 @@ struct daemon_t { imv_manager_t *imvs; /** ->>>>>>> upstream/4.5.1 * TNCCS manager to maintain registered TNCCS protocols */ tnccs_manager_t *tnccs; @@ -305,11 +298,7 @@ struct daemon_t { /** * Initialize the daemon. */ -<<<<<<< HEAD - bool (*initialize)(daemon_t *this, bool syslog, level_t levels[]); -======= bool (*initialize)(daemon_t *this); ->>>>>>> upstream/4.5.1 /** * Starts the daemon, i.e. spawns the threads of the thread pool. @@ -328,12 +317,9 @@ extern daemon_t *charon; /** * Initialize libcharon and create the "charon" instance of daemon_t. * -<<<<<<< HEAD -======= * This function initializes the bus, listeners can be registered before * calling initialize(). * ->>>>>>> upstream/4.5.1 * @return FALSE if integrity check failed */ bool libcharon_init(); |