attributes: Move the configuration attributes framework to libcharon
This commit is contained in:
@@ -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>
|
||||
@@ -245,6 +249,11 @@ struct daemon_t {
|
||||
*/
|
||||
receiver_t *receiver;
|
||||
|
||||
/**
|
||||
* Manager for IKE configuration attributes
|
||||
*/
|
||||
attribute_manager_t *attributes;
|
||||
|
||||
/**
|
||||
* The signaling bus.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user