X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=datarace.h;h=7c24b6d56c1b400a311b0eaae5ef32e9ad0e8c31;hb=02558d484765370cd00ff15008412aa4a15eea11;hp=d1f91b2057e2f98834f633766a71963dfa632187;hpb=122aad1259a2df612ad39c640551be8da9cb26b9;p=model-checker.git diff --git a/datarace.h b/datarace.h index d1f91b2..7c24b6d 100644 --- a/datarace.h +++ b/datarace.h @@ -5,8 +5,8 @@ #ifndef DATARACE_H #include "config.h" #include -#include #include "modeltypes.h" +#include "stl-model.h" /* Forward declaration */ class ClockVector; @@ -47,7 +47,7 @@ void raceCheckRead(thread_id_t thread, const void *location, ClockVector *currCl bool checkDataRaces(); void assert_race(struct DataRace *race); -extern std::vector unrealizedraces; +extern SnapVector unrealizedraces; /** Basic encoding idea: * (void *) Either: