X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=params.h;h=043b2a5c530bd8a4ed1d78b7f1f81007757c1cb2;hb=dde52d51d6658cfa908e0b44bc4cc01edd660e9d;hp=946c801e4cce5aac707d0b1c3c7e9a204401ade5;hpb=2cd228006768bd0a4e083616a5c6bda4e1fe3507;p=model-checker.git diff --git a/params.h b/params.h index 946c801..043b2a5 100644 --- a/params.h +++ b/params.h @@ -9,6 +9,7 @@ struct model_params { int maxreads; int maxfuturedelay; bool yieldon; + bool yieldblock; bool sc_trace_analysis; unsigned int fairwindow; unsigned int enabledcount;