]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
tdb2: return TDB_ERR_RDONLY if trying to start a transaction on a R/O tdb.
[ccan] / tools / ccanlint / ccanlint.h
index 827fba141ff1c3908a790df7f793cc5f1ae43755..9a4817092acecc6c08e67bffac7c43158bd3c1da 100644 (file)
@@ -20,6 +20,7 @@ extern int verbose;
 enum compile_type {
        COMPILE_NORMAL,
        COMPILE_NOFEAT,
+       COMPILE_COVERAGE,
        COMPILE_TYPES
 };
 
@@ -182,9 +183,6 @@ struct ccan_file {
        /* If this file gets compiled (eg. .C file to .o file), result here. */
        char *compiled[COMPILE_TYPES];
 
-       /* Compiled with coverage information. */
-       char *cov_compiled;
-
        /* Filename containing output from valgrind. */
        char *valgrind_log;