X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fblockallocator.h;h=f5af90e585a4913554645cb189ee61d9fea32b17;hb=c4daf1cc6b53cae34e46d4125a993ceed500de1a;hp=ba939f7e2be6139bfcd219ad9b2b85b230958e98;hpb=218f194f537dfda55d32ce8d8739e322a3d0c07d;p=r2c2.git diff --git a/source/libr2c2/blockallocator.h b/source/libr2c2/blockallocator.h index ba939f7..f5af90e 100644 --- a/source/libr2c2/blockallocator.h +++ b/source/libr2c2/blockallocator.h @@ -65,7 +65,7 @@ public: private: void reserve_more(); bool reserve_block(const BlockIter &); - void advance_front(const Block *); + void advance_front(const Block *, bool); void advance_front(const Sensor *); void advance_back(); void release_blocks_begin(const BlockList::iterator &);