Re: [libvirt] [PATCH v2 12/38] Introduce virStreamHoleSize

2017-05-04 Thread John Ferlan
On 04/20/2017 06:01 AM, Michal Privoznik wrote: > This function is basically a counterpart for virStreamSkip. If > one side of a stream called virStreamSkip() the other should call s/should/would need to/ > virStreamHoleSize() to get the size of the hole. > > Signed-off-by: Michal Privoznik

[libvirt] [PATCH v2 12/38] Introduce virStreamHoleSize

2017-04-20 Thread Michal Privoznik
This function is basically a counterpart for virStreamSkip. If one side of a stream called virStreamSkip() the other should call virStreamHoleSize() to get the size of the hole. Signed-off-by: Michal Privoznik --- include/libvirt/libvirt-stream.h | 3 +++