From 6e492b1ba11069375fd8c7eeeb74ad7d2ed88638 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 30 Dec 2004 22:46:13 +0000 Subject: store writer container_type in one byte to shrink iterator --- dbus/dbus-marshal-recursive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-marshal-recursive.h') diff --git a/dbus/dbus-marshal-recursive.h b/dbus/dbus-marshal-recursive.h index e3769ade..ef71831e 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 { -- cgit