]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
ccanlint: report valgrind "definite" leaks.
[ccan] / tools / ccanlint / ccanlint.h
index 458bed54e6acae9ec4b653c3f2c22ad67efcb8d0..41a4606c40fe260644ce24471a5eca66225ca686 100644 (file)
@@ -168,6 +168,9 @@ struct ccan_file {
 
        /* Compiled with coverage information. */
        char *cov_compiled;
+
+       /* Leak output from valgrind. */
+       char *leak_info;
 };
 
 /* A new ccan_file, with the given name (talloc_steal onto returned value). */