]> git.proxmox.com Git - systemd.git/blobdiff - src/libsystemd/sd-bus/bus-message.h
New upstream version 249~rc1
[systemd.git] / src / libsystemd / sd-bus / bus-message.h
index 3561737e2f73c2b1cf379ea0ff4a922a4eaac72a..e5bf5df160b61169b8cb93f7d93918ba40d93e1d 100644 (file)
@@ -26,7 +26,7 @@ struct bus_container {
         uint32_t *array_size;
 
         /* 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 *offsets, n_offsets, offset_index;
         size_t item_size;
 
         char *peeked_signature;
@@ -111,7 +111,6 @@ struct sd_bus_message {
 
         struct bus_container root_container, *containers;
         size_t n_containers;
-        size_t containers_allocated;
 
         struct iovec *iovec;
         struct iovec iovec_fixed[2];