X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=action.cc;h=c1adc2e7bc65cd94d26a4b7cf93ac3482c2b2d1a;hp=09352da0b0f30f030c5fb423ddd5d60dfdb5dd0c;hb=b8b39c87557325a384faa45d0cae56a6f71f52b1;hpb=07d9e344693c6d2b85f821447be80deaee118b65 diff --git a/action.cc b/action.cc index 09352da..c1adc2e 100644 --- a/action.cc +++ b/action.cc @@ -8,6 +8,7 @@ #include "clockvector.h" #include "common.h" #include "threads.h" +#include "nodestack.h" #define ACTION_INITIAL_CLOCK 0 @@ -30,6 +31,7 @@ ModelAction::ModelAction(action_type_t type, memory_order order, void *loc, location(loc), value(value), reads_from(NULL), + node(NULL), seq_number(ACTION_INITIAL_CLOCK), cv(NULL) {