X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Flibr2c2%2Fblockallocator.h;h=f5af90e585a4913554645cb189ee61d9fea32b17;hb=0c1214ad0680c3bf65c1ee5f366dbafabc9d188d;hp=95cb9108098d078dd70636c1a904a9c03f0814e9;hpb=110a865e1a175f304ecaaa7a31b6985cf0c12a99;p=r2c2.git diff --git a/source/libr2c2/blockallocator.h b/source/libr2c2/blockallocator.h index 95cb910..f5af90e 100644 --- a/source/libr2c2/blockallocator.h +++ b/source/libr2c2/blockallocator.h @@ -65,7 +65,9 @@ public: private: void reserve_more(); bool reserve_block(const BlockIter &); - void advance_to(const Block *); + void advance_front(const Block *, bool); + void advance_front(const Sensor *); + void advance_back(); void release_blocks_begin(const BlockList::iterator &); void release_blocks_end(const BlockList::iterator &); void release_block(const BlockList::iterator &);