From e85220af90ac154e9badeece3aaaab30973f648f Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 29 Nov 2005 11:27:25 +0000 Subject: - fixed kill behavior --- Source/charon/daemon.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/charon/daemon.h') diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h index 872c7fa27..651ed0370 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -48,7 +48,7 @@ * There are several other threads, this defines * only the number of threads in thread_pool_t. */ -#define NUMBER_OF_WORKING_THREADS 1 +#define NUMBER_OF_WORKING_THREADS 4 /** * Port on which the daemon will @@ -121,10 +121,10 @@ struct daemon_t { /** * @brief shut down the daemon * - * @param this the daemon to kill + * @param this the daemon to kill * @param reason describition why it will be killed */ - void (*destroy) (daemon_t *this, char *reason); + void (*kill) (daemon_t *this, char *reason); }; /** -- cgit v1.2.3