Adding benchmark file for encrypted cloud storage.
[iotcloud.git] / version2 / src / C / PendingTransaction.h
index c036c869bb35a5bd586b5eb29f45380619db78c7..96f6f949bddc570defef7243c4f859f54a9d6c9d 100644 (file)
@@ -14,6 +14,7 @@ private:
 
 public:
        PendingTransaction(int64_t _machineId);
+       ~PendingTransaction();
        /**
         * Add a new key value to the updates
         *
@@ -31,7 +32,7 @@ public:
        /**
         * Get the transaction arbitrator
         */
-       int64_t getArbitrator();
+       int64_t getArbitrator() {return arbitrator;}
        /**
         * Get the key value update set
         */