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 e3769ad..ef71831 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 {