Skip to content
  • Philippe Gerum's avatar
    lib/proxy: relay stdout, stderr through built-in proxies · 98507f26
    Philippe Gerum authored
    proxy_outfd, proxy_errfd are the file descriptors of these built-in
    proxies, for issuing formatted printouts without incurring switches to
    the inband stage.
    
    evl_printf() is a shorthand call formatting its argument list before
    sending the resulting string through proxy_outfd.
    98507f26