diff options
author | Havoc Pennington <hp@redhat.com> | 2006-02-15 16:38:11 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-02-15 16:38:11 +0000 |
commit | 79ba5568c1c40287ed57f9a019db732d3a393f8b (patch) | |
tree | 097d06ec4fbc29a173afddc0fc9b2d2663f7edd5 | |
parent | 174f04c441723d78faa3346944944ab15603ca8c (diff) |
add dispatch recursion item to TODO
-rw-r--r-- | doc/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |