aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/library.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/library.h')
-rw-r--r--src/libstrongswan/library.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libstrongswan/library.h b/src/libstrongswan/library.h
index 034ff10c5..b1c577855 100644
--- a/src/libstrongswan/library.h
+++ b/src/libstrongswan/library.h
@@ -78,6 +78,7 @@
#include "credentials/credential_factory.h"
#include "credentials/credential_manager.h"
#include "credentials/cred_encoding.h"
+#include "utils/leak_detective.h"
typedef struct library_t library_t;
@@ -147,9 +148,9 @@ struct library_t {
integrity_checker_t *integrity;
/**
- * is leak detective running?
+ * Leak detective, if built and enabled
*/
- bool leak_detective;
+ leak_detective_t *leak_detective;
};
/**