X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=scanalysis.h;h=0cd2d67e704d942c93fdf93404c8d63010e490ed;hb=49e01b46a51804ca1aef3e4c260d832b38d40bdc;hp=7e300e0c1e71451905a2dee56f99a3e1e3605681;hpb=9d9b9121ffed4c7406275da34b055040ea5090a9;p=model-checker.git diff --git a/scanalysis.h b/scanalysis.h index 7e300e0..0cd2d67 100644 --- a/scanalysis.h +++ b/scanalysis.h @@ -18,11 +18,11 @@ class SCAnalysis : public TraceAnalysis { action_list_t * generateSC(action_list_t *); bool processRead(ModelAction *read, ClockVector *cv); ModelAction * getNextAction(); - bool merge(ClockVector * cv, const ModelAction * act, ClockVector *cv2); + bool merge(ClockVector *cv, const ModelAction *act, ClockVector *cv2); int maxthreads; - HashTable * cvmap; - HashTable * cycleset; - SnapVector * threadlists; + HashTable *cvmap; + HashTable *cycleset; + SnapVector *threadlists; const ModelExecution *execution; }; #endif