diff options
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r-- | Source/charon/daemon.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h index ac1495ec1..150b145af 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -23,6 +23,11 @@ #ifndef DAEMON_H_ #define DAEMON_H_ -#define DEAMON_NAME "charon" +#include "globals.h" + +#define DAEMON_NAME "charon" + +#define NUMBER_OF_WORKING_THREADS 4 + #endif /*DAEMON_H_*/ |