X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=promise.h;h=11719fc3b2c291307f61e9480205265436ca7b48;hb=f767539fdf7a145b4208be0c30d2fa1aa095e6db;hp=83198b27758ffffa4f783986f2f1125e7c654c48;hpb=1bc8782b55cab0503f1b64529f993f0b9e3a1846;p=model-checker.git diff --git a/promise.h b/promise.h index 83198b2..11719fc 100644 --- a/promise.h +++ b/promise.h @@ -21,6 +21,7 @@ class Promise { int increment_threads() { return ++numthreads; } uint64_t get_value() const { return value; } + SNAPSHOTALLOC private: const uint64_t value; const modelclock_t expiration;