X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fblockallocator.h;h=c0c265ae0bdf6bb03f0d8e1aa7c45d58b43007d2;hb=0a370f46322b0d6b804801bed042817fb8f98408;hp=6ad3891bc4e68fc91b84ba0cb695ffc5aecd239b;hpb=57e0944ee8ed442e2d0aa7c9964cac00450af5e7;p=r2c2.git diff --git a/source/libr2c2/blockallocator.h b/source/libr2c2/blockallocator.h index 6ad3891..c0c265a 100644 --- a/source/libr2c2/blockallocator.h +++ b/source/libr2c2/blockallocator.h @@ -39,6 +39,7 @@ private: Block *pending_block; const Block *stop_at_block; bool reserving; + bool advancing; public: BlockAllocator(Train &);