]> git.ipfire.org Git - pakfire.git/commit
log stream: Move data as second argument of the callback
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Mar 2025 16:29:34 +0000 (16:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Mar 2025 16:33:02 +0000 (16:33 +0000)
commit2a73d391e78f26727b0f7d28fac05bfdeb444f2b
tree5fe73b41c103d0430f73e56f7d6ff536d4018220
parent374c8b7171543cb3131c0872fa67156efab587ef
log stream: Move data as second argument of the callback

That way, we are compatible with the PTY stdout callback.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/jail.c
src/pakfire/job.c
src/pakfire/log_stream.c
src/pakfire/log_stream.h
tests/libpakfire/log_stream.c