- added number of working threads

This commit is contained in:
Jan Hutter
2005-11-16 12:06:34 +00:00
parent b52735dd5d
commit db7154547e
6 changed files with 318 additions and 19 deletions
+6 -1
View File
@@ -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_*/