diff options
author | Martin Willi <martin@strongswan.org> | 2006-03-14 13:22:48 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-03-14 13:22:48 +0000 |
commit | b1953ccd05b5e6cf5a87c557208d5f8a1fcad231 (patch) | |
tree | 18f93845a0a64dfd59ef89bb9df7ecd1eaecf979 /Source/charon/daemon.h | |
parent | 8a4911290753eb3b4d3070ed9097d7cbcd2fd349 (diff) | |
download | strongswan-b1953ccd05b5e6cf5a87c557208d5f8a1fcad231.tar.bz2 strongswan-b1953ccd05b5e6cf5a87c557208d5f8a1fcad231.tar.xz |
- first attempt for connection loading and starting via "stroke"
- some improvements here and there
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r-- | Source/charon/daemon.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h index 3291743e0..db7b64c62 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -55,6 +55,16 @@ #define IKEV2_UDP_PORT 500 /** + * PID file, in which charon stores its process id + */ +#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 |