]> git.tdb.fi Git - r2c2.git/commit
Resume allocation if a train moves out of its own way
authorMikko Rasa <tdb@tdb.fi>
Wed, 4 Feb 2015 12:15:11 +0000 (14:15 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 4 Feb 2015 12:15:11 +0000 (14:15 +0200)
commit7f63edbdf0d3c08893bdd2341ec3e50fb1ccc6f8
tree8384174399b4c6bf2d1d36796a6105af3a2c4251
parente8d2abb48b5236cc3455a035628292ae7908240e
Resume allocation if a train moves out of its own way

The normal handling in block_reserved() does not work, since by that time
release_block() has already cleared pending_block.
source/libr2c2/blockallocator.cpp