X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=41a4606c40fe260644ce24471a5eca66225ca686;hb=3d4c75ff37b1c5a7bfd8847a788aa1d09b07d466;hp=458bed54e6acae9ec4b653c3f2c22ad67efcb8d0;hpb=51a56b52627e635566253a3fae081c3f466b6bb6;p=ccan diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index 458bed54..41a4606c 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -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). */