On Wed Feb 1 18:25:22 2023 +0000, Rémi Bernon wrote:
I think this could just return `params.accept_input` as a bool, that the unix side would have written to, removing the need for the pointer and validity check. Also could you add a trace like other entry points?
My idea was that later we will need GetOutputStatus and maybe we'd want to avoid the boilerplate of having distinct Unix call for each (thus more generic interface)?