diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-05-19 18:39:08 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-05-20 10:13:38 +0200 |
commit | c78196699d3d805b2237896a1d2b8efeec6068d0 (patch) | |
tree | 91a473710b96a395b4c7543d85c08e73bad13cab /TODO | |
parent | 12f25b6e741bc8394f63778598fc203e3f6d4ae6 (diff) |
bus: calculate bloom filter for match
Yay! Filtering using kernel bloom filter matches works now! Yippieh!
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ Features: - move to gvariant - 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 instead? * in the final killing spree, detect processes from the root directory, and complain loudly if they have argv[0][0] == '@' set. |