Moved kernel interface to libhydra.

This commit is contained in:
Tobias Brunner
2010-09-02 19:01:25 +02:00
parent 9f166d9ac2
commit 6f449d2efd
16 changed files with 61 additions and 60 deletions
+9
View File
@@ -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
*/