Re: [PATCH v2 2/3] rpc: Introduce virNetClientStreamInData()

2021-12-13 Thread Martin Kletzander
On Thu, Dec 09, 2021 at 09:44:22AM +0100, Michal Privoznik wrote: The aim of this function is to look at a virNetClientStream and tell whether the incoming packet (if there's one) contains data (type VIR_NET_STREAM) or a hole (type VIR_NET_STREAM_HOLE) and how big the section is. This function wi

[PATCH v2 2/3] rpc: Introduce virNetClientStreamInData()

2021-12-09 Thread Michal Privoznik
The aim of this function is to look at a virNetClientStream and tell whether the incoming packet (if there's one) contains data (type VIR_NET_STREAM) or a hole (type VIR_NET_STREAM_HOLE) and how big the section is. This function will be called from the remote driver in one of future commits. Signe