model: add helper for allocating new UNINIT actions
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index 5543eb8a0f79af705301c9201eb1b656a74b7cb6..af6802a0216612dab30b412d2955fbd1d85f25c3 100644 (file)
--- a/model.h
+++ b/model.h
@@ -187,6 +187,8 @@ private:
        bool release_seq_heads(const ModelAction *rf, rel_heads_list_t *release_heads, struct release_seq *pending) const;
        bool resolve_release_sequences(void *location, work_queue_t *work_queue);
 
+       ModelAction * new_uninitialized_action(void *location) const;
+
        ModelAction *diverge;
        ModelAction *earliest_diverge;