Skip to content
  • Philippe Gerum's avatar
    evl/proxy: enable inband writes · bfce9a18
    Philippe Gerum authored
    
    
    Although writing to a proxy is primarily intended for oob callers,
    allowing inband tasks to use this channel too comes in handy as the
    sequence of messages relayed by such proxy can be preserved regardless
    of the execution stage they originate from, as they percolate through
    the same buffer.
    
    Inband writers can block until the output has drained, unless
    O_NONBLOCK is set for the proxy.
    
    Signed-off-by: default avatarPhilippe Gerum <rpm@xenomai.org>
    bfce9a18