X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=scanalysis.h;h=e8afc18949aaa1b25b931bcfd46f42a5225fde72;hp=0cd2d67e704d942c93fdf93404c8d63010e490ed;hb=ecca9a3bfcfe77f1e6b53ff8cd57449f048bb629;hpb=49e01b46a51804ca1aef3e4c260d832b38d40bdc;ds=sidebyside diff --git a/scanalysis.h b/scanalysis.h index 0cd2d67..e8afc18 100644 --- a/scanalysis.h +++ b/scanalysis.h @@ -19,10 +19,11 @@ class SCAnalysis : public TraceAnalysis { bool processRead(ModelAction *read, ClockVector *cv); ModelAction * getNextAction(); 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