Moved scheduler and thread pool to libstrongswan.

This commit is contained in:
Tobias Brunner
2010-09-02 19:04:18 +02:00
parent 062a602216
commit e18556e9e9
15 changed files with 43 additions and 44 deletions
-18
View File
@@ -25,12 +25,6 @@
* @defgroup hplugins plugins
* @ingroup libhydra
*
* @defgroup hprocessing processing
* @ingroup libhydra
*
* @defgroup hjobs jobs
* @ingroup hprocessing
*
* @addtogroup libhydra
* @{
*/
@@ -42,8 +36,6 @@ typedef struct hydra_t hydra_t;
#include <attributes/attribute_manager.h>
#include <kernel/kernel_interface.h>
#include <processing/processor.h>
#include <processing/scheduler.h>
#include <library.h>
@@ -62,16 +54,6 @@ struct hydra_t {
*/
kernel_interface_t *kernel_interface;
/**
* process jobs using a thread pool
*/
processor_t *processor;
/**
* schedule jobs
*/
scheduler_t *scheduler;
/**
* name of the daemon that initialized the library
*/