diff options
| author | Havoc Pennington <hp@redhat.com> | 2004-12-30 22:46:13 +0000 |
|---|---|---|
| committer | Havoc Pennington <hp@redhat.com> | 2004-12-30 22:46:13 +0000 |
| commit | 6e492b1ba11069375fd8c7eeeb74ad7d2ed88638 (patch) | |
| tree | 860af33a92764c6a0d0ec1d436b85b99fb4ecb5c | |
| parent | 9836ac48fb015c610bc99b3f456662ecc3af7bca (diff) | |
store writer container_type in one byte to shrink iterator
| -rw-r--r-- | dbus/dbus-marshal-recursive.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
