mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 05:18:00 +02:00
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:
parent
a58180de0e
commit
7fc350740c
2 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue