X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=nodestack.h;h=47c72678aa13cffb9294e6a7d842860136e37baf;hb=ffb2033ac6b31407810703b65ae0fbaeb9c0da59;hp=7e88912e3e071de7f47e5a139e105a5a61d11869;hpb=523dbecc6fc18e58918a1f36860be5eb0ab42ce2;p=model-checker.git diff --git a/nodestack.h b/nodestack.h index 7e88912..47c7267 100644 --- a/nodestack.h +++ b/nodestack.h @@ -71,7 +71,7 @@ public: * occurred previously in the stack. */ Node * get_parent() const { return parent; } - bool add_future_value(const ModelAction *writer, modelclock_t expiration); + bool add_future_value(struct future_value& fv); struct future_value get_future_value() const; bool increment_future_value(); bool future_value_empty() const;