model: check_current_action returns its 'nextThread'
authorBrian Norris <banorris@uci.edu>
Tue, 4 Sep 2012 20:08:46 +0000 (13:08 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 4 Sep 2012 21:10:22 +0000 (14:10 -0700)
commit10676ed8e2c04c76d410efc9ffe4cb49b9462f57
tree4197086649b161486563d923be141faf7ea375b0
parent2eb6b99ea42e152d878a8c4805f3cf119f316c3e
model: check_current_action returns its 'nextThread'

To begin some code structure rearrangements, I make check_current_action()
return the 'nextThread' value as a true return value. Eventually, the
nextThread field might not be needed, and the model-checker behavior might make
more sense...
model.cc
model.h