]> git.ipfire.org Git - telemetry.git/commit
command: Use the buffer implementation for internal buffering
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Oct 2025 15:46:33 +0000 (15:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Oct 2025 15:46:33 +0000 (15:46 +0000)
commit2c498291bffa04a853dcf0b4048314b4d7d1e6fa
treecc30fb9301f331da0c923d936556efdcf66b771c
parent4e67eabd84ac45195d5f5f9b3d57775bb78a400d
command: Use the buffer implementation for internal buffering

In order to use the file parser, we convert the output of the command to
a file object which then provides a nice and simple parser.

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