aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/daemon.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-07 16:04:50 +0000
committerMartin Willi <martin@strongswan.org>2005-12-07 16:04:50 +0000
commit0e50bde37bd8713f351b65c852f14c1da2567b3b (patch)
treedce103b0cf41ba04230b225b60b8700ccba3829d /Source/charon/daemon.h
parentc3903a186150e59610930f7acb07a544b8a86e72 (diff)
downloadstrongswan-0e50bde37bd8713f351b65c852f14c1da2567b3b.tar.bz2
strongswan-0e50bde37bd8713f351b65c852f14c1da2567b3b.tar.xz
- fixed thread pool removal
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r--Source/charon/daemon.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h
index d97e9b2ef..cbe1ab03d 100644
--- a/Source/charon/daemon.h
+++ b/Source/charon/daemon.h
@@ -26,7 +26,6 @@
#include <threads/sender.h>
#include <threads/receiver.h>
#include <threads/scheduler.h>
-#include <threads/prime_pool.h>
#include <threads/thread_pool.h>
#include <network/socket.h>
#include <sa/ike_sa_manager.h>
@@ -152,11 +151,6 @@ struct daemon_t {
thread_pool_t *thread_pool;
/**
- * Low-priority thread which generates primes.
- */
- prime_pool_t *prime_pool;
-
- /**
* @brief Shut down the daemon.
*
* @param this the daemon to kill