aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/daemon.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-07-05 13:46:04 +0200
committerTobias Brunner <tobias@strongswan.org>2010-09-02 19:01:22 +0200
commit633fbe4fde8887d8026c1c121f26c220dda26329 (patch)
treea142b2f7a9ce8738f1067aed9302cac1ade65a1e /src/libcharon/daemon.h
parentdbb7c0306cbb5e6276745f0cdfd9a46edd086fb1 (diff)
downloadstrongswan-633fbe4fde8887d8026c1c121f26c220dda26329.tar.bz2
strongswan-633fbe4fde8887d8026c1c121f26c220dda26329.tar.xz
Move processor_t (thread-pool) to libhydra.
Diffstat (limited to 'src/libcharon/daemon.h')
-rw-r--r--src/libcharon/daemon.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libcharon/daemon.h b/src/libcharon/daemon.h
index 38f0256e7..30d37544c 100644
--- a/src/libcharon/daemon.h
+++ b/src/libcharon/daemon.h
@@ -141,7 +141,6 @@ typedef struct daemon_t daemon_t;
#include <network/receiver.h>
#include <network/socket_manager.h>
#include <processing/scheduler.h>
-#include <processing/processor.h>
#include <kernel/kernel_interface.h>
#include <control/controller.h>
#include <bus/bus.h>
@@ -214,11 +213,6 @@ struct daemon_t {
scheduler_t *scheduler;
/**
- * Job processing using a thread pool.
- */
- processor_t *processor;
-
- /**
* The signaling bus.
*/
bus_t *bus;