chiark / gitweb /
bus: allow peeking signatures recusively inside of containers
authorLennart Poettering <lennart@poettering.net>
Tue, 24 Dec 2013 02:02:49 +0000 (03:02 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 24 Dec 2013 02:02:49 +0000 (03:02 +0100)
commit3798fd4c30150984d6e9eb63e8e94f5410ba5996
treec68c17ff9dbe2382100364664caa6799009358b0
parenteab07b4b23544d38ff0006fa4da9217c61d94749
bus: allow peeking signatures recusively inside of containers

Previously we invalidated the peeked signature as soon as the caller
would recurse into a container, making stack based handling difficult.
With this change we will keep the peeked signature around until the user
advances to the next field.
src/libsystemd-bus/bus-message.c
src/libsystemd-bus/bus-message.h