summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-06-06 20:28:57 +0000
committerHavoc Pennington <hp@redhat.com>2006-06-06 20:28:57 +0000
commitab8e04076377a4ab7f050e6b6f7993b9b1afaa50 (patch)
treebf0bb37f62ca3ade315691657e1edcc92875a6d5
parent763f35232916e8a032d4f0b6fb1305985778b5a4 (diff)
the recursive locks todo item was a little misleading
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 7108734..1f70e85 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -4,10 +4,10 @@ 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
+ this time. OR maybe just switch to recursive locks for the dispatch
+ locks. 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