X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=model.h;h=d5b0e76196b4fac41150d6638fc838ba8b38eeb9;hb=5178739a27add5e59a1213c9ac90e73397c1a23d;hp=ff4b2c1800a0a2faece1d4d19de23e9176b684da;hpb=53a04a6ac7cbbf37880effe033704143bd6aaaaf;p=model-checker.git diff --git a/model.h b/model.h index ff4b2c1..d5b0e76 100644 --- a/model.h +++ b/model.h @@ -25,7 +25,7 @@ class Promise; class Scheduler; class Thread; class ClockVector; -class Trace_Analysis; +class TraceAnalysis; struct model_snapshot_members; /** @brief Shorthand for a list of release sequence heads */ @@ -106,7 +106,7 @@ public: const model_params params; Node * get_curr_node() const; - void add_trace_analysis(Trace_Analysis * a) { + void add_trace_analysis(TraceAnalysis *a) { trace_analyses->push_back(a); } @@ -220,7 +220,7 @@ private: SnapVector * const thrd_last_action; SnapVector * const thrd_last_fence_release; NodeStack * const node_stack; - ModelVector * trace_analyses; + ModelVector * trace_analyses; /** Private data members that should be snapshotted. They are grouped