- fixed thread pool removal
This commit is contained in:
@@ -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>
|
||||
@@ -151,11 +150,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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user