]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
store writer container_type in one byte to shrink iterator
authorHavoc Pennington <hp@redhat.com>
Thu, 30 Dec 2004 22:46:13 +0000 (22:46 +0000)
committerHavoc Pennington <hp@redhat.com>
Thu, 30 Dec 2004 22:46:13 +0000 (22:46 +0000)
dbus/dbus-marshal-recursive.h

index e3769ade1ab101dbb48b0ad358c7a70030d48d96..ef71831e0c43392bc9975f14a208378c1fe1ab00 100644 (file)
@@ -68,7 +68,7 @@ struct DBusTypeWriter
 
   dbus_uint32_t type_pos_is_expectation : 1; /* type_pos is an insertion point or an expected next type */
 
-  int container_type;
+  dbus_uint32_t container_type : 8;
   union
   {
     struct {