dbus/doc TODO,1.97,1.98

Havoc Pennington hp at freedesktop.org
Wed Feb 15 08:38:13 PST 2006


Update of /cvs/dbus/dbus/doc
In directory gabe:/tmp/cvs-serv20701/doc

Modified Files:
	TODO 
Log Message:
add dispatch recursion item to TODO



Index: TODO
===================================================================
RCS file: /cvs/dbus/dbus/doc/TODO,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- TODO	22 Nov 2005 20:37:00 -0000	1.97
+++ TODO	15 Feb 2006 16:38:11 -0000	1.98
@@ -1,6 +1,13 @@
 Important for 1.0
 ===
 
+ - add a new return code from dbus_connection_dispatch() called 
+   IN_PROGRESS or RECURSED or something, indicating that DATA_REMAINS
+   but another dispatch is in progress, so we can't dispatch at 
+   this time. Fixes the recursive deadlock. See the @todo for more
+   and this thread: http://lists.freedesktop.org/archives/dbus/2006-February/004128.html
+
+
  - Remove all deprecated functions
 
  - Audit @todo and FIXME for security issues



More information about the dbus-commit mailing list