X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=params.h;h=d5fd1cb3e0b6ff23815015bad429282d6f08bab5;hp=0eda8bfa562e281a7bf1e93ae4f565c0449da455;hb=HEAD;hpb=b090a4abc4915a9aa2a29787f76a6add79f838e2;ds=sidebyside diff --git a/params.h b/params.h index 0eda8bf..d5fd1cb 100644 --- a/params.h +++ b/params.h @@ -14,6 +14,7 @@ struct model_params { unsigned int enabledcount; unsigned int bound; unsigned int uninitvalue; + int maxexecutions; /** @brief Maximum number of future values that can be sent to the same * read */ @@ -24,7 +25,7 @@ struct model_params { * value */ unsigned int expireslop; - /** @brief Verbosity (0 = quiet; 1 = noisy) */ + /** @brief Verbosity (0 = quiet; 1 = noisy; 2 = noisier) */ int verbose; /** @brief Command-line argument count to pass to user program */