X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=threads.h;h=9fecdfd3c7466398c85ec3dfafebb314d5887bfa;hb=d27984bb297795f4e9a4531e2730d8188a799e89;hp=7f005c078c0c126edfcb5f48af6f220a65b3798b;hpb=d57536bfa2339bb6b51c8c72a2198425534b8ff6;p=model-checker.git diff --git a/threads.h b/threads.h index 7f005c0..9fecdfd 100644 --- a/threads.h +++ b/threads.h @@ -126,7 +126,7 @@ private: * list is used for thread joins, where another Thread waits for this * Thread to complete */ - std::vector wait_list; + std::vector< ModelAction *, SnapshotAlloc > wait_list; /** * The value returned by the last action in this thread