fix some of the bugs related to barrier example...
[cdsspec-compiler.git] / model.h
diff --git a/model.h b/model.h
index 6e470c0eaa66a9b126d3f223080bf9114d7d1afc..01dd35b03752504dc9416543f38588018297adf6 100644 (file)
--- a/model.h
+++ b/model.h
@@ -36,6 +36,7 @@ struct model_params {
        int maxfuturedelay;
        unsigned int fairwindow;
        unsigned int enabledcount;
+       unsigned int bound;
 };
 
 struct PendingFutureValue {