diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-22 11:55:57 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-22 11:55:57 +0000 |
commit | 06d2a398e2ed6c92d729d928aaa7da7c4a57f35e (patch) | |
tree | 2506f2ce3db1a36775d9edd0306deab5e115e9ba /Source/charon/utils/logger_manager.h | |
parent | 323ff573d2e535e7cf81fd1cce954bae4645fff3 (diff) | |
download | strongswan-06d2a398e2ed6c92d729d928aaa7da7c4a57f35e.tar.bz2 strongswan-06d2a398e2ed6c92d729d928aaa7da7c4a57f35e.tar.xz |
- added new logging context for configuration manager
Diffstat (limited to 'Source/charon/utils/logger_manager.h')
-rw-r--r-- | Source/charon/utils/logger_manager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/charon/utils/logger_manager.h b/Source/charon/utils/logger_manager.h index 2bd305939..04fca23a8 100644 --- a/Source/charon/utils/logger_manager.h +++ b/Source/charon/utils/logger_manager.h @@ -46,6 +46,7 @@ enum logger_context_e{ SOCKET, TESTER, DAEMON, + CONFIGURATION_MANAGER, }; /** @@ -67,7 +68,7 @@ struct logger_manager_s { * @param context logger_context to use the logger for. * @param[out] logger pointer to a a place where the new logger is stored * @param name name for the new logger. Context name is already included - * and has not to be specified. + * and has not to be specified (so NULL is allowed). * @return * - logger_t on SUCCESS * - NULL otherwise |