2004-11-26 Havoc Pennington <hp@redhat.com>

* dbus/dbus-threads.c (init_global_locks): forgot to put the
	message cache lock here
This commit is contained in:
Havoc Pennington 2004-11-26 06:30:38 +00:00
parent a58180de0e
commit 7fc350740c
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,10 @@
2004-11-26 Havoc Pennington <hp@redhat.com>
* dbus/dbus-threads.c (init_global_locks): forgot to put the
message cache lock here
2004-11-26 Havoc Pennington <hp@redhat.com>
* dbus/dbus-message.c (struct DBusMessage): put the locked bit and
the "char byte_order" next to each other to save 4 bytes
(dbus_message_new_empty_header): reduce preallocation, since the

View file

@ -229,7 +229,8 @@ init_global_locks (void)
LOCK_ADDR (atomic),
LOCK_ADDR (bus),
LOCK_ADDR (shutdown_funcs),
LOCK_ADDR (system_users)
LOCK_ADDR (system_users),
LOCK_ADDR (message_cache)
#undef LOCK_ADDR
};