]> git.ipfire.org Git - pakfire.git/commit
daemon: Remove the worker's own HTTP client and event loop
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Oct 2024 16:45:39 +0000 (16:45 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Oct 2024 16:45:39 +0000 (16:45 +0000)
commitde72ddf2d3d70b02f26e89c8867f942e55772824
tree329b4d090b7a7b8a140895dbc496963dccb603c7
parentf81c54d8f9d494d17846e1bd75ecfb7e886ec633
daemon: Remove the worker's own HTTP client and event loop

It makes no sense to duplicate so much code, so the control connection
of the worker will have to run in the main process, too.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/daemon.c
src/libpakfire/worker.c