aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/daemon.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-16 12:06:34 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-16 12:06:34 +0000
commitdb7154547e58b3240f24f593b52a69b31c4ffe40 (patch)
tree3d6082f3a4fe1a50b1377fa6e3e3de1f6e3b5553 /Source/charon/daemon.h
parentb52735dd5d8102a723f0442ca5ba634080ad38f8 (diff)
downloadstrongswan-db7154547e58b3240f24f593b52a69b31c4ffe40.tar.bz2
strongswan-db7154547e58b3240f24f593b52a69b31c4ffe40.tar.xz
- added number of working threads
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r--Source/charon/daemon.h7
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_*/