X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=datarace.h;h=78903d336832bb7439d4a8ab61799dd48f2ceed5;hb=c123ef2c7d98d23474d2d2b121b56b502d75665b;hp=6c92203cfd4e7d7b234dffd0bc75ef62bbe60dea;hpb=765b77b9d1dff55d4f43b03c5aef52e514a8a4cf;p=model-checker.git diff --git a/datarace.h b/datarace.h index 6c92203..78903d3 100644 --- a/datarace.h +++ b/datarace.h @@ -42,8 +42,8 @@ struct DataRace { #define MASK16BIT 0xffff void initRaceDetector(); -void raceCheckWrite(thread_id_t thread, void *location, ClockVector *currClock); -void raceCheckRead(thread_id_t thread, const void *location, ClockVector *currClock); +void raceCheckWrite(thread_id_t thread, void *location); +void raceCheckRead(thread_id_t thread, const void *location); bool checkDataRaces(); void assert_race(struct DataRace *race);