Moved scheduler_t to libhydra.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user