Moved kernel interface to libhydra.
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
* @defgroup attributes attributes
|
||||
* @ingroup libhydra
|
||||
*
|
||||
* @defgroup hkernel kernel
|
||||
* @ingroup libhydra
|
||||
*
|
||||
* @defgroup hplugins plugins
|
||||
* @ingroup libhydra
|
||||
*
|
||||
@@ -38,6 +41,7 @@
|
||||
typedef struct hydra_t hydra_t;
|
||||
|
||||
#include <attributes/attribute_manager.h>
|
||||
#include <kernel/kernel_interface.h>
|
||||
#include <processing/processor.h>
|
||||
#include <processing/scheduler.h>
|
||||
|
||||
@@ -53,6 +57,11 @@ struct hydra_t {
|
||||
*/
|
||||
attribute_manager_t *attributes;
|
||||
|
||||
/**
|
||||
* kernel interface to communicate with kernel
|
||||
*/
|
||||
kernel_interface_t *kernel_interface;
|
||||
|
||||
/**
|
||||
* process jobs using a thread pool
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user