aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/daemon.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-04-16 12:52:49 +0000
committerMartin Willi <martin@strongswan.org>2007-04-16 12:52:49 +0000
commit217e985b41fc34f4629d01adfbb47aab079c4b1b (patch)
tree9df673c3dcd9871cf44ce16b936262d17679d070 /src/charon/daemon.h
parent418dbd624363d9712c0d883084962cf93ae01b2a (diff)
downloadstrongswan-217e985b41fc34f4629d01adfbb47aab079c4b1b.tar.bz2
strongswan-217e985b41fc34f4629d01adfbb47aab079c4b1b.tar.xz
moved initiate() code to the generic controller_t class
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;