X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=version2%2Fsrc%2FC%2FSlotIndexer.h;h=d1004d390e8b590bf743306d19ddfa45c1c8b446;hb=0b9aca2b62c74f68652b170a92271a98d5b96666;hp=c4f54eb35a7a4d8052565c8af725e95e2759ab04;hpb=5d76024703d601d6f7205c2cb0300ac4cbeffd1c;p=iotcloud.git diff --git a/version2/src/C/SlotIndexer.h b/version2/src/C/SlotIndexer.h index c4f54eb..d1004d3 100644 --- a/version2/src/C/SlotIndexer.h +++ b/version2/src/C/SlotIndexer.h @@ -9,13 +9,13 @@ */ class SlotIndexer { - private: - Array * updates; - SlotBuffer * buffer; +private: + Array *updates; + SlotBuffer *buffer; int64_t firstslotseqnum; - public: - SlotIndexer(Array * _updates, SlotBuffer * _buffer); - Slot* getSlot(int64_t seqnum); +public: + SlotIndexer(Array *_updates, SlotBuffer *_buffer); + Slot *getSlot(int64_t seqnum); }; #endif;