X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=execution.h;h=2ca25131a013166b7fdc76e53f75afdc4969c888;hb=6014243b7130f34b7ffd1098da225b0b8de5c328;hp=9c9c1ca454431dc64a3ee8ddf17cd19d13c8a5d4;hpb=e79a7cd8e9c85d37a5d5c2a81ca14b1017b1b305;p=model-checker.git diff --git a/execution.h b/execution.h index 9c9c1ca..2ca2513 100644 --- a/execution.h +++ b/execution.h @@ -187,7 +187,7 @@ private: void propagate_clockvector(ModelAction *acquire, work_queue_t *work); bool resolve_release_sequences(void *location, work_queue_t *work_queue); void add_future_value(const ModelAction *writer, ModelAction *reader); - + bool check_coherence_promise(const ModelAction *write, const ModelAction *read); ModelAction * get_uninitialized_action(const ModelAction *curr) const; action_list_t action_trace;