From: Mikko Rasa Date: Wed, 4 Feb 2015 12:15:11 +0000 (+0200) Subject: Resume allocation if a train moves out of its own way X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=7f63edbdf0d3c08893bdd2341ec3e50fb1ccc6f8;hp=7f63edbdf0d3c08893bdd2341ec3e50fb1ccc6f8;p=r2c2.git 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. ---