Moved kernel interface to libhydra.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
* @defgroup payloads payloads
|
||||
* @ingroup encoding
|
||||
*
|
||||
* @defgroup kernel kernel
|
||||
* @defgroup ckernel kernel
|
||||
* @ingroup libcharon
|
||||
*
|
||||
* @defgroup network network
|
||||
@@ -140,7 +140,6 @@ typedef struct daemon_t daemon_t;
|
||||
#include <network/sender.h>
|
||||
#include <network/receiver.h>
|
||||
#include <network/socket_manager.h>
|
||||
#include <kernel/kernel_interface.h>
|
||||
#include <control/controller.h>
|
||||
#include <bus/bus.h>
|
||||
#include <bus/listeners/file_logger.h>
|
||||
@@ -221,11 +220,6 @@ struct daemon_t {
|
||||
*/
|
||||
linked_list_t *sys_loggers;
|
||||
|
||||
/**
|
||||
* Kernel Interface to communicate with kernel
|
||||
*/
|
||||
kernel_interface_t *kernel_interface;
|
||||
|
||||
/**
|
||||
* Controller to control the daemon
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user