diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-10 08:07:38 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-10 08:07:38 +0000 |
commit | 5113680f95e522c677cdd37072cfffbdca06831e (patch) | |
tree | 973ac57accbc66b042e5307942c6cbbbf4f19579 /Source/charon/daemon.h | |
parent | 6862128151fb78f63685a8da5575783c426d64a7 (diff) | |
download | strongswan-5113680f95e522c677cdd37072cfffbdca06831e.tar.bz2 strongswan-5113680f95e522c677cdd37072cfffbdca06831e.tar.xz |
- split up in libstrong, charon, stroke, testing done
- new leak detective with malloc hook in library
- useable, but needs improvements
- logger_manager has now a single instance per library
- allows use of loggers from any linking prog
- a LOT of other things
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r-- | Source/charon/daemon.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h index 9f4d73887..da71fd1d0 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -118,19 +118,6 @@ */ #define PID_FILE "/var/run/charon.pid" -/** - * Output of log, use NULL for syslog - */ -#define LOG_OUTPUT NULL - -/** - * @brief Default loglevel for every logger context. - * - * This is the maximum allowed level for ever context, the definiton - * of the context may be less verbose. - */ -#define DEFAULT_LOGLEVEL CONTROL | ERROR | AUDIT - typedef struct daemon_t daemon_t; @@ -157,11 +144,6 @@ struct daemon_t { * A event_queue_t instance. */ event_queue_t *event_queue; - - /** - * A logger_manager_t instance. - */ - logger_manager_t *logger_manager; /** * A ike_sa_manager_t instance. |