nodestack: revert may_read_from to a normal member variable, not pointer
authorBrian Norris <banorris@uci.edu>
Tue, 3 Jul 2012 18:03:51 +0000 (11:03 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 3 Jul 2012 18:37:30 +0000 (11:37 -0700)
commitcad3394ea130ccd3458f12014b77c115739048e4
treebed17f1e3ee8be61c38d18381d63548550ff1a7f
parentbcaa8e3b0181455d702b9f0e634dc9258f7ab84b
nodestack: revert may_read_from to a normal member variable, not pointer

Because we don't control the 'new' operator for STL sets, I can't properly
ensure that it is allocated in non-snapshotting memory. So just make
may_read_from a normal member variable within class Node, so that its
initial 'allocation' is performed as part of the instantiation of its
subsuming Node object.
nodestack.cc
nodestack.h