X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fblockallocator.h;h=6ba3cfbb7559ca7e718b2471cd9fca952fec44ce;hb=4acf89b0ec739c0bef8b11d3a52a4c551efa881e;hp=f5af90e585a4913554645cb189ee61d9fea32b17;hpb=c4daf1cc6b53cae34e46d4125a993ceed500de1a;p=r2c2.git diff --git a/source/libr2c2/blockallocator.h b/source/libr2c2/blockallocator.h index f5af90e..6ba3cfb 100644 --- a/source/libr2c2/blockallocator.h +++ b/source/libr2c2/blockallocator.h @@ -27,6 +27,8 @@ public: void hint(unsigned); }; + sigc::signal signal_advanced; + private: struct BlockMatch; @@ -48,7 +50,7 @@ public: void set_active(bool); bool is_active() const { return active; } - void start_from(const BlockIter &); + bool start_from(const BlockIter &); void rewind_to(const Block &); void clear(); bool empty() const { return blocks.empty(); }