aboutsummaryrefslogtreecommitdiffstats
path: root/Source/lib/utils/logger_manager.h
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.h
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.h')
-rw-r--r--Source/lib/utils/logger_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/lib/utils/logger_manager.h b/Source/lib/utils/logger_manager.h
index 08154911a..24806b80f 100644
--- a/Source/lib/utils/logger_manager.h
+++ b/Source/lib/utils/logger_manager.h
@@ -59,6 +59,7 @@ enum logger_context_t {
DER_ENCODER,
ASN1,
XFRM,
+ LEAK_DETECT,
LOGGER_CONTEXT_ROOF,
};