aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/daemon.h')
-rw-r--r--src/charon/daemon.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/charon/daemon.h b/src/charon/daemon.h
index c54837273..295f21061 100644
--- a/src/charon/daemon.h
+++ b/src/charon/daemon.h
@@ -1,8 +1,8 @@
/**
* @file daemon.h
- *
+ *
* @brief Interface of daemon_t.
- *
+ *
*/
/*
@@ -39,7 +39,6 @@
#include <queues/send_queue.h>
#include <queues/job_queue.h>
#include <queues/event_queue.h>
-#include <utils/logger_manager.h>
#include <config/configuration.h>
#include <config/connections/connection_store.h>
#include <config/policies/policy_store.h>
@@ -363,6 +362,11 @@ struct daemon_t {
sys_logger_t *syslog;
/**
+ * A bus listener logging most important events
+ */
+ sys_logger_t *authlog;
+
+ /**
* Kernel Interface to communicate with kernel
*/
kernel_interface_t *kernel_interface;