Moved scheduler_t to libhydra.

This commit is contained in:
Tobias Brunner
2010-09-02 19:01:24 +02:00
parent 4e258e63c3
commit 8c387909eb
10 changed files with 24 additions and 22 deletions
+6
View File
@@ -39,6 +39,7 @@ typedef struct hydra_t hydra_t;
#include <attributes/attribute_manager.h>
#include <processing/processor.h>
#include <processing/scheduler.h>
#include <library.h>
@@ -57,6 +58,11 @@ struct hydra_t {
*/
processor_t *processor;
/**
* schedule jobs
*/
scheduler_t *scheduler;
/**
* name of the daemon that initialized the library
*/