Re: [libvirt] [PATCH v2 09/38] Introduce virStreamRecvFlags

2017-05-04 Thread John Ferlan
On 04/20/2017 06:01 AM, Michal Privoznik wrote: > Although we already have virStreamRecv, just like some other > older APIs it is missing @flags argument. This means, the > function is not that flexible and therefore we need > virStreamRecvFlags. The latter is going to be needed when we will >

[libvirt] [PATCH v2 09/38] Introduce virStreamRecvFlags

2017-04-20 Thread Michal Privoznik
Although we already have virStreamRecv, just like some other older APIs it is missing @flags argument. This means, the function is not that flexible and therefore we need virStreamRecvFlags. The latter is going to be needed when we will want it to stop at a hole in stream. Signed-off-by: Michal