X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=execution.h;h=1ba030b6d93a2d61fc97009dcf869db4c634e6ce;hb=63c96bfb56ee71259fcbb4d57a2350424944e28a;hp=8a2bcfa9402a8b2d9c0153aa743c5fc5554613cf;hpb=823d6e43187ba7ba3ff802f0ef9306faa51fe5f9;p=model-checker.git diff --git a/execution.h b/execution.h index 8a2bcfa..1ba030b 100644 --- a/execution.h +++ b/execution.h @@ -61,7 +61,7 @@ struct release_seq { class ModelExecution { public: ModelExecution(ModelChecker *m, - struct model_params *params, + const struct model_params *params, Scheduler *scheduler, NodeStack *node_stack); ~ModelExecution();