From 0f78c4dbe4ccbfdbe1a09b96776177576193b2d4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Oct 2018 12:07:45 +0200 Subject: [PATCH] update TODO --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index b78892a916..8e4c120603 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.