datarace: don't export unrealized race vector
[cdsspec-compiler.git] / execution.h
index 67e3fa4b8957a50a90211493772d7583678d0bb7..8a2bcfa9402a8b2d9c0153aa743c5fc5554613cf 100644 (file)
@@ -66,6 +66,8 @@ public:
                        NodeStack *node_stack);
        ~ModelExecution();
 
+       const struct model_params * get_params() const { return params; }
+
        Thread * take_step(ModelAction *curr);
        void fixup_release_sequences();