Closed giulianobelinassi closed 3 years ago
This PR add support to a circular queue system to hold the libpulp messages instead of writing them directly to stdout/stderr's target process, and a new tool named ulp_messages to retrieve them.
stdout
stderr
ulp_messages
Bah, I've merged in incorrect order :-/ Can you resolve the conflicts that exist now? I like the interface and patch, so you can then simply push.
This PR add support to a circular queue system to hold the libpulp messages instead of writing them directly to
stdout
/stderr
's target process, and a new tool namedulp_messages
to retrieve them.