X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=threads.h;h=9fecdfd3c7466398c85ec3dfafebb314d5887bfa;hb=d96312573c237eb9648976be85de39261c9531c6;hp=7f005c078c0c126edfcb5f48af6f220a65b3798b;hpb=4ee37711afd0de98bc757ed4853a81d66a6a1533;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