dbus/glib dbus-gthread.c,1.9,1.10

Havoc Pennington hp at freedesktop.org
Thu Feb 10 15:47:57 PST 2005


Update of /cvs/dbus/dbus/glib
In directory gabe:/tmp/cvs-serv23096/glib

Modified Files:
	dbus-gthread.c 
Log Message:
2005-02-10  Havoc Pennington  <hp at redhat.com>

	* dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
	change to be _and_unlock instead of _unlocked

	* dbus/dbus-connection.c
	(_dbus_connection_send_preallocated_unlocked_no_update): rename to
	have no_update so we can find this bug quickly in future



Index: dbus-gthread.c
===================================================================
RCS file: /cvs/dbus/dbus/glib/dbus-gthread.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dbus-gthread.c	10 Aug 2004 03:07:01 -0000	1.9
+++ dbus-gthread.c	10 Feb 2005 23:47:54 -0000	1.10
@@ -21,6 +21,8 @@
  *
  */
 
+/* #define G_DEBUG_LOCKS 1 */
+
 #include <glib.h>
 #include <dbus/dbus.h>
 #include <dbus/dbus-glib.h>



More information about the dbus-commit mailing list