chiark / gitweb /
bus: allow peeking signatures recusively inside of containers
[elogind.git] / src / libsystemd-bus / bus-message.h
index 589c819c730a6528f8fae1f4cf430f5f09bdb515..a973e9fd6c5b9cdb58eb3cac9ae2e71f92fb1328 100644 (file)
@@ -48,6 +48,8 @@ struct bus_container {
         /* gvariant: list of offsets to end of children if this is struct/dict entry/array */
         size_t *offsets, n_offsets, offsets_allocated, offset_index;
         size_t item_size;
+
+        char *peeked_signature;
 };
 
 struct bus_header {