X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=version2%2Fsrc%2FC%2FTransaction.h;h=f7235d034ca38c54c2d47b455657f78f804de96f;hb=e8add21403bd6e29530a399f1ec8209f14e03623;hp=240c535251c8221df99989e72106e273bef76727;hpb=25a3da33ee1648fa13408c12564a54eb7c0ee3a7;p=iotcloud.git diff --git a/version2/src/C/Transaction.h b/version2/src/C/Transaction.h index 240c535..f7235d0 100644 --- a/version2/src/C/Transaction.h +++ b/version2/src/C/Transaction.h @@ -50,7 +50,7 @@ public: int64_t getMachineId(); int64_t getArbitrator(); bool isComplete(); - Pair * getId(); + Pair *getId(); void setDead(); TransactionPart *getPart(int32_t index); bool evaluateGuard(Hashtable *committedKeyValueTable, Hashtable *speculatedKeyValueTable, Hashtable *pendingTransactionSpeculatedKeyValueTable);