aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-10-12 12:07:45 +0200
committerLennart Poettering <lennart@poettering.net>2018-10-12 12:26:29 +0200
commit0f78c4dbe4ccbfdbe1a09b96776177576193b2d4 (patch)
tree1e23112b5e32d572ae1881ada93f7108e266dc2b /TODO
parentMerge pull request #10369 from yuwata/test-mempool (diff)
downloadsystemd-0f78c4dbe4ccbfdbe1a09b96776177576193b2d4.tar.gz
systemd-0f78c4dbe4ccbfdbe1a09b96776177576193b2d4.tar.bz2
systemd-0f78c4dbe4ccbfdbe1a09b96776177576193b2d4.zip
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index b78892a91..8e4c12060 100644
--- a/TODO
+++ b/TODO
@@ -17,6 +17,9 @@ Janitorial Clean-ups:
Features:
+* rework sd_netlink_call_async() to return a new "sd_netlink_slot" object, á la
+ sd_bus_slot
+
* consider splitting out all temporary file creation APIs (we have so many in
fileio.h and elsewhere!) into a new util file of its own.