X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=datarace.cc;h=e6784984c05ba2d8a92f438384d95ece5a8cc666;hb=bee1e27429b9a66e414eb83cf14e2089dd40a79e;hp=c70d41897f4fd5c4ff9c68f3daf96d4ed6240ba6;hpb=bb39508b2f65c261a703ad38cf16f6cdd590e67d;p=model-checker.git diff --git a/datarace.cc b/datarace.cc index c70d418..e678498 100644 --- a/datarace.cc +++ b/datarace.cc @@ -6,9 +6,10 @@ #include "mymemory.h" #include "clockvector.h" #include "config.h" +#include "action.h" struct ShadowTable *root; -std::vector unrealizedraces; +SnapVector unrealizedraces; void *memory_base; void *memory_top;