libhydra: Move kernel interface to libcharon
This moves hydra->kernel_interface to charon->kernel.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
* @defgroup payloads payloads
|
||||
* @ingroup encoding
|
||||
*
|
||||
* @defgroup ckernel kernel
|
||||
* @defgroup kernel kernel
|
||||
* @ingroup libcharon
|
||||
*
|
||||
* @defgroup network network
|
||||
@@ -179,6 +179,7 @@
|
||||
typedef struct daemon_t daemon_t;
|
||||
|
||||
#include <attributes/attribute_manager.h>
|
||||
#include <kernel/kernel_interface.h>
|
||||
#include <network/sender.h>
|
||||
#include <network/receiver.h>
|
||||
#include <network/socket_manager.h>
|
||||
@@ -238,6 +239,11 @@ struct daemon_t {
|
||||
*/
|
||||
socket_manager_t *socket;
|
||||
|
||||
/**
|
||||
* Kernel interface to communicate with kernel
|
||||
*/
|
||||
kernel_interface_t *kernel;
|
||||
|
||||
/**
|
||||
* A ike_sa_manager_t instance.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user