]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
ccanlint: run tests under valgrind initially.
[ccan] / tools / ccanlint / ccanlint.h
index 9a83e053de451d268a8887121d66e9d92faec163..9f15ef39062060304fbb09df45151a162a717a79 100644 (file)
@@ -179,6 +179,9 @@ struct ccan_file {
        /* Compiled with coverage information. */
        char *cov_compiled;
 
+       /* Filename containing output from valgrind. */
+       char *valgrind_log;
+
        /* Leak output from valgrind. */
        char *leak_info;