projects
/
model-checker.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix snapshot code
[model-checker.git]
/
params.h
diff --git
a/params.h
b/params.h
index
0eda8bf
..
d5fd1cb
100644
(file)
--- a/
params.h
+++ b/
params.h
@@
-14,6
+14,7
@@
struct model_params {
unsigned int enabledcount;
unsigned int bound;
unsigned int uninitvalue;
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 */
/** @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;
* 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 */
int verbose;
/** @brief Command-line argument count to pass to user program */