From: Havoc Pennington Date: Thu, 30 Dec 2004 22:46:13 +0000 (+0000) Subject: store writer container_type in one byte to shrink iterator X-Git-Tag: dbus-0.23~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e492b1ba11069375fd8c7eeeb74ad7d2ed88638;p=platform%2Fupstream%2Fdbus.git store writer container_type in one byte to shrink iterator --- diff --git a/dbus/dbus-marshal-recursive.h b/dbus/dbus-marshal-recursive.h index e3769ad..ef71831 100644 --- a/dbus/dbus-marshal-recursive.h +++ b/dbus/dbus-marshal-recursive.h @@ -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 {