README.md: add linux locks example
[model-checker.git] / params.h
index 043b2a5c530bd8a4ed1d78b7f1f81007757c1cb2..ac5dd9665b6a2cf5e66b276668bb127eb98e4230 100644 (file)
--- a/params.h
+++ b/params.h
@@ -10,7 +10,6 @@ struct model_params {
        int maxfuturedelay;
        bool yieldon;
        bool yieldblock;
-       bool sc_trace_analysis;
        unsigned int fairwindow;
        unsigned int enabledcount;
        unsigned int bound;
@@ -25,7 +24,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 */