model: THREAD_JOIN synchronizes with THREAD_FINISH
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index b8a485931882f119ff5b70140c63f213fb79658f..b2b312f890328e5606887e73a62018eced76ba87 100644 (file)
--- a/model.h
+++ b/model.h
@@ -139,6 +139,7 @@ private:
        bool release_seq_head(const ModelAction *rf,
                        std::vector< const ModelAction *, MyAlloc<const ModelAction *> > *release_heads) const;
        bool resolve_release_sequences(void *location, work_queue_t *work_queue);
+       void do_complete_join(ModelAction *join);
 
        ModelAction *diverge;