X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=datarace.h;h=78903d336832bb7439d4a8ab61799dd48f2ceed5;hb=a6ce579c6437ebead8fee2c8df1530d223591318;hp=6c92203cfd4e7d7b234dffd0bc75ef62bbe60dea;hpb=4fa31aac91303266f4c87a6cd5d60cbab34135db;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);