diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-10-11 19:33:39 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-10-11 20:03:19 +0200 |
commit | 43a43f5016eb9404afdd6719b18f604a484535ec (patch) | |
tree | b9b693e25083913f9129291bee54749c5fdbc97c /TODO | |
parent | 1a0464230c08506c3fd715ff7cc56660df3a85ca (diff) |
bus: automatically do a NOP reply when a NULL callback is specified for a method in a vtable
Also, allow specifiying NULL as signature in vtables equivalent to ""
for empty parameter lists.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -182,9 +182,7 @@ Features: - merge busctl into systemctl or so? - synthesize sd_bus_message objects from kernel messages - properly implement name registry ioctls for kdbus - - get rid of object hash table, use decision tree everyhwere instead? - implement monitor logic - - object vtable logic - longer term: * priority queues * priority inheritance |