edits
[iotcloud.git] / version2 / src / C / SlotBuffer.h
index 7027de67a66616ff08dc52e222619b19450d5dba..4122cd1745114011c188511a8da88dbc877e255f 100644 (file)
@@ -16,13 +16,13 @@ private:
        Array<Slot *> *array;
        int32_t head;
        int32_t tail;
+       int64_t oldestseqn;
        void incrementHead();
        void incrementTail();
 
 public:
-       int64_t oldestseqn;
-
        SlotBuffer();
+       ~SlotBuffer();
        int32_t size();
        int32_t capacity();
        void resize(int newsize);