]> git.ipfire.org Git - telemetry.git/commit
command: Cleanup events before closing file descriptors
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Oct 2025 07:26:25 +0000 (07:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Oct 2025 07:26:25 +0000 (07:26 +0000)
commitbfc9a5adc3f5d1643a0bbdbc6af762dd7c2bbd3e
tree4f41c902dc24bc87b599236f7b153fa6bcd172f0
parent43e45d0b2ef880426bf33a6c65e9666527857a15
command: Cleanup events before closing file descriptors

This makes the trace slightly cleaner when FDs will be removed from the
event loop before they are closed and not the other way round.

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