]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2004-11-26 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Fri, 26 Nov 2004 06:30:38 +0000 (06:30 +0000)
committerHavoc Pennington <hp@redhat.com>
Fri, 26 Nov 2004 06:30:38 +0000 (06:30 +0000)
* dbus/dbus-threads.c (init_global_locks): forgot to put the
message cache lock here

ChangeLog
dbus/dbus-threads.c

index fe1f8a1662466e1da7915f893b3030bc44bbe470..51fee4decbe22794ebcc78f5868119114374d584 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index b3ab132dd911fbd7c521c79db489a1c341f5f8d8..3d1de5ef538f8d906b123159e9af75bf75dd30f5 100644 (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
   };