From 9d7597bb120e5e889f19038271f65455cda090f5 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 13 Apr 2006 13:24:45 +0000 Subject: - 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 ;-) --- Source/lib/utils/logger_manager.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/lib/utils/logger_manager.c') 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 */ }; -- cgit v1.2.3