strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Moved scheduler_t to libhydra.
[strongswan.git]
/
src
/
libhydra
/
hydra.h
diff --git
a/src/libhydra/hydra.h
b/src/libhydra/hydra.h
index
78d93bd
..
2ae8bba
100644
(file)
--- a/
src/libhydra/hydra.h
+++ b/
src/libhydra/hydra.h
@@
-39,6
+39,7
@@
typedef struct hydra_t hydra_t;
#include <attributes/attribute_manager.h>
#include <processing/processor.h>
#include <attributes/attribute_manager.h>
#include <processing/processor.h>
+#include <processing/scheduler.h>
#include <library.h>
#include <library.h>
@@
-58,6
+59,11
@@
struct hydra_t {
processor_t *processor;
/**
processor_t *processor;
/**
+ * schedule jobs
+ */
+ scheduler_t *scheduler;
+
+ /**
* name of the daemon that initialized the library
*/
const char *daemon;
* name of the daemon that initialized the library
*/
const char *daemon;