]> git.ipfire.org Git - pakfire.git/commit
logging: Create an abstraction to stream log lines from a child process
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 5 Oct 2024 16:31:32 +0000 (16:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 5 Oct 2024 16:31:32 +0000 (16:31 +0000)
commit0e6935ccd5a85775e80ee91199bcebc36d10806c
tree38f10ac737e8ff1c3eebab7f73df9e7efb237262
parent1ae27c298f71085a51186b8a145ba1f814f5480f
logging: Create an abstraction to stream log lines from a child process

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/libpakfire/include/pakfire/log_stream.h [new file with mode: 0644]
src/libpakfire/job.c
src/libpakfire/log_stream.c [new file with mode: 0644]