aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/daemon.h
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-11-04 14:45:34 +0100
committerMartin Willi <martin@revosec.ch>2015-02-20 13:34:55 +0100
commit751363275f893f9d212c6bcce3cb984334830cb1 (patch)
tree386c7898cba34d448ce2f3bdc33f8c300e3e6631 /src/libcharon/daemon.h
parent1f29cd2c5db06c32e79c3105e85899398f8d17f5 (diff)
downloadstrongswan-751363275f893f9d212c6bcce3cb984334830cb1.tar.bz2
strongswan-751363275f893f9d212c6bcce3cb984334830cb1.tar.xz
attributes: Move the configuration attributes framework to libcharon
Diffstat (limited to 'src/libcharon/daemon.h')
-rw-r--r--src/libcharon/daemon.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libcharon/daemon.h b/src/libcharon/daemon.h
index 8ec1ec253..d16bf1ddb 100644
--- a/src/libcharon/daemon.h
+++ b/src/libcharon/daemon.h
@@ -19,6 +19,9 @@
/**
* @defgroup libcharon libcharon
*
+ * @defgroup attributes attributes
+ * @ingroup libcharon
+ *
* @defgroup bus bus
* @ingroup libcharon
*
@@ -152,6 +155,7 @@
typedef struct daemon_t daemon_t;
+#include <attributes/attribute_manager.h>
#include <network/sender.h>
#include <network/receiver.h>
#include <network/socket_manager.h>
@@ -246,6 +250,11 @@ struct daemon_t {
receiver_t *receiver;
/**
+ * Manager for IKE configuration attributes
+ */
+ attribute_manager_t *attributes;
+
+ /**
* The signaling bus.
*/
bus_t *bus;