From: Lennart Poettering Date: Fri, 12 Oct 2018 10:07:45 +0000 (+0200) Subject: update TODO X-Git-Tag: v240~559^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f78c4dbe4ccbfdbe1a09b96776177576193b2d4;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index b78892a9168..8e4c1206035 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.