X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=promise.h;h=fda00cc508229221e5965ea3c752443d503bb1ca;hp=7b3d1ecf363baf36e7cda4b2ae3d034a80ad61cf;hb=ac06a98f90fe5c333cd8628e72e11f532c0c6444;hpb=bbf356ecc0554af1ecff878e305055ac1673d75e diff --git a/promise.h b/promise.h index 7b3d1ecf..fda00cc5 100644 --- a/promise.h +++ b/promise.h @@ -17,7 +17,7 @@ class Promise { ModelAction * get_action() { return read; } int increment_threads() { return ++numthreads; } uint64_t get_value() { return value; } - + private: uint64_t value; ModelAction *read;