change the namespace of mutex from std to cdsc
[c11tester.git] / params.h
index 043b2a5c530bd8a4ed1d78b7f1f81007757c1cb2..d5fd1cb3e0b6ff23815015bad429282d6f08bab5 100644 (file)
--- a/params.h
+++ b/params.h
@@ -10,11 +10,11 @@ struct model_params {
        int maxfuturedelay;
        bool yieldon;
        bool yieldblock;
-       bool sc_trace_analysis;
        unsigned int fairwindow;
        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 */
@@ -25,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 */