diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-20 11:48:57 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-20 11:48:57 +0000 |
commit | 6b3292da8570edaab0e8e7dd5b2babe0fe983dd2 (patch) | |
tree | eb59a78b042c6337093a6f30d8d0b8b58f0adb13 /Source/lib/utils/logger_manager.h | |
parent | 14abc909e085b39b936b26fa79f1511ccf0c3457 (diff) | |
download | strongswan-6b3292da8570edaab0e8e7dd5b2babe0fe983dd2.tar.bz2 strongswan-6b3292da8570edaab0e8e7dd5b2babe0fe983dd2.tar.xz |
- library initialization done at a central point (library.c)
- some leak_detective fixes
Diffstat (limited to 'Source/lib/utils/logger_manager.h')
-rw-r--r-- | Source/lib/utils/logger_manager.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/lib/utils/logger_manager.h b/Source/lib/utils/logger_manager.h index 074dd744a..3cfba7365 100644 --- a/Source/lib/utils/logger_manager.h +++ b/Source/lib/utils/logger_manager.h @@ -78,6 +78,7 @@ typedef struct logger_manager_t logger_manager_t; * * @b Constructors: * - none, logger_manager is the single instance + * use logger_manager_init/logger_manager_cleanup * * @see logger_t * @@ -144,4 +145,8 @@ struct logger_manager_t { */ extern logger_manager_t *logger_manager; +void logger_manager_init(); + +void logger_manager_cleanup(); + #endif /*LOGGER_MANAGER_H_*/ |