Make leak detective public

This commit is contained in:
Martin Willi
2011-05-16 15:22:21 +02:00
parent 42e0f26e53
commit f37e8252a3
3 changed files with 8 additions and 18 deletions
+3 -2
View File
@@ -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;
};
/**