X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=7bd6208ba751db455faa763507c445f9b0dfae84;hp=4372952d201ad2c8209a7da906012525f65216b1;hb=1e755481cb2d7eb439c51e3522a18ec6d3885829;hpb=43ea89157d6cf730d44050548cb60407da60cb0f;ds=sidebyside diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index 4372952d..7bd6208b 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -114,14 +114,14 @@ struct ccanlint { /* Internal use fields: */ /* We are a node in a dependency graph. */ struct dgraph_node node; - /* Are we targeted? */ - bool should_run; /* Did we skip a dependency? If so, must skip this, too. */ const char *skip; /* Did we fail a dependency? If so, skip and mark as fail. */ bool skip_fail; /* Did the user want to keep these results? */ bool keep_results; + /* Have we already run this? */ + bool done; }; /* Ask the user a yes/no question: the answer is NO if there's an error. */