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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/charon/daemon.h b/src/charon/daemon.h
index 01a3126f9..3a5a79d9b 100644
--- a/src/charon/daemon.h
+++ b/src/charon/daemon.h
@@ -37,6 +37,7 @@ typedef struct daemon_t daemon_t;
#include <processing/job_queue.h>
#include <processing/event_queue.h>
#include <kernel/kernel_interface.h>
+#include <control/controller.h>
#include <control/stroke_interface.h>
#include <bus/bus.h>
#include <bus/listeners/file_logger.h>
@@ -412,6 +413,11 @@ struct daemon_t {
kernel_interface_t *kernel_interface;
/**
+ * control the daemon
+ */
+ controller_t *controller;;
+
+ /**
* IPC interface, as whack in pluto
*/
stroke_t *stroke;