connection: reserve id on incoming new object
authorMathias Fiedler <mathias.fiedler@xse.de>
Wed, 18 Jul 2012 13:53:23 +0000 (15:53 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Sun, 22 Jul 2012 18:09:51 +0000 (14:09 -0400)
commit0b8b397e3438f0acad78ce2646bacc4905c97f01
treeae6a3580dcc4168cbd54b200b329b823841a10e4
parentbfcd6819303b0304ba38d57af4856eb6db286907
connection: reserve id on incoming new object

If a new object id arrives ensure that there is an empty array entry
created, otherwise we might get out of sync for new ids if object isn't
created by interface implementation.
src/connection.c