nodestack/promise: move future_value struct, update headers
authorBrian Norris <banorris@uci.edu>
Wed, 23 Jan 2013 19:02:38 +0000 (11:02 -0800)
committerBrian Norris <banorris@uci.edu>
Wed, 23 Jan 2013 19:02:38 +0000 (11:02 -0800)
commite9bc426a2bc92870a9f1ab2f5e7387e2867522ef
tree85d4dd982479352b19ffa91ec2f7018bd99cd660
parentf10dc6ce67a97ab18423e7cedaa24961bf0d80dc
nodestack/promise: move future_value struct, update headers

struct future_value will be used more closely with class Promise, so put
it in the promise.h header. This requires some updates to other header
inclusions.
nodestack.cc
nodestack.h
promise.h
schedule.h