diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-01-27 20:12:14 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-01-27 20:12:59 +0100 |
commit | 968d3d242cc9256eaca9a18155a744b575159cbd (patch) | |
tree | c421f3664e792ccf34a0aeeadbe2b53060610bd4 /TODO | |
parent | ff975efb2e88dcd5221a2f0d76c4c87e85b821a8 (diff) |
resolve: update sd-resolve to match the other APIs in style and functionality
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -44,13 +44,6 @@ Features: and passes this back to PID1 via SCM_RIGHTS. This also could be used to allow Chown/chgrp on sockets without requiring NSS in PID 1. -* sd-resolve: - - make sure event loop integration works similar to event loop integration in other libs - - maybe drop _free() call, introduce _unref() instead - - maybe simplify function calls that take a sd_resolve_query object, to not also require the matching sd_resolve? - - maybe drop the "n_proc" parameter to sd_resolve_new()? - - change all functions to return "int" and negative errno errors - * New service property: maximum CPU and wallclock runtime for a service * introduce bus call FreezeUnit(s, b), as well as "systemctl freeze |