aboutsummaryrefslogtreecommitdiffstats
path: root/Source/lib/utils/logger_manager.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-04-13 13:24:45 +0000
committerMartin Willi <martin@strongswan.org>2006-04-13 13:24:45 +0000
commit9d7597bb120e5e889f19038271f65455cda090f5 (patch)
tree19f73de2f1b3f3ddfede075f9d43bb44ef022fd5 /Source/lib/utils/logger_manager.c
parent2cb7d3cab2b23f50bb406c99b8193a62ce4b8c00 (diff)
downloadstrongswan-9d7597bb120e5e889f19038271f65455cda090f5.tar.bz2
strongswan-9d7597bb120e5e889f19038271f65455cda090f5.tar.xz
- leak detective is usable, but does not show static function names
- a script which gets address via ldd and resolves address via addr2line would be nice - fixed a leak in child_sa with new detective ;-)
Diffstat (limited to 'Source/lib/utils/logger_manager.c')
-rw-r--r--Source/lib/utils/logger_manager.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/lib/utils/logger_manager.c b/Source/lib/utils/logger_manager.c
index ab2167699..de92d0aca 100644
--- a/Source/lib/utils/logger_manager.c
+++ b/Source/lib/utils/logger_manager.c
@@ -51,6 +51,8 @@ mapping_t logger_context_t_mappings[] = {
{DER_DECODER, "DER_DECODER"},
{DER_ENCODER, "DER_ENCODER"},
{ASN1, "ASN1"},
+ {XFRM, "XFRM"},
+ {LEAK_DETECT, "LEAK_DETECT"},
{MAPPING_END, NULL},
};
@@ -80,6 +82,7 @@ struct {
{ "DEREC", ERROR|CONTROL|AUDIT|LEVEL0, TRUE }, /* DER_ENCODER */
{ "ASN_1", ERROR|CONTROL|AUDIT|LEVEL0, TRUE }, /* ASN1 */
{ "XFRM ", ERROR|CONTROL|AUDIT|LEVEL0, TRUE }, /* XFRM */
+ { "LEAKD", ERROR|CONTROL|AUDIT|LEVEL0, FALSE}, /* LEAK_DETECT */
};