model: fixes for future value passing
authorBrian Norris <banorris@uci.edu>
Sat, 2 Mar 2013 00:19:10 +0000 (16:19 -0800)
committerBrian Norris <banorris@uci.edu>
Sat, 2 Mar 2013 00:38:01 +0000 (16:38 -0800)
commit237f94a977b3c09f8b3b2f551e0057a4ed36b06d
treebabb72a70bb1ad33c014ea2340d5aefc7d6e8e4e
parent6caada76d7318c7853dd334bccbfed0367c242ec
model: fixes for future value passing

For one, we don't want to 'add_future_value()' when w_modification_order
is called anywhere besides process_write(). Also, we want to filter out
potential future values based on the existence of a Promise that this
write must resolve. So pass a vector parameter to w_modification_order
for recording future values only when (and where) we want them.
model.cc
model.h