mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-21 07:40:38 +02:00
the recursive locks todo item was a little misleading
This commit is contained in:
parent
952f6fd369
commit
cd766664ac
1 changed files with 2 additions and 2 deletions
4
doc/TODO
4
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue