Re: [libvirt] [PATCH v3 18/31] daemon: Implement VIR_NET_STREAM_HOLE handling

2017-05-17 Thread John Ferlan
On 05/16/2017 10:03 AM, Michal Privoznik wrote: > Basically, whenever the new type of stream packet arrives to the > daemon call this function that decodes it and calls > virStreamSendHole(). Otherwise a regular data stream packet has > arrived and therefore continue its processing. > > Signed-o

[libvirt] [PATCH v3 18/31] daemon: Implement VIR_NET_STREAM_HOLE handling

2017-05-16 Thread Michal Privoznik
Basically, whenever the new type of stream packet arrives to the daemon call this function that decodes it and calls virStreamSendHole(). Otherwise a regular data stream packet has arrived and therefore continue its processing. Signed-off-by: Michal Privoznik --- daemon/stream.c | 80 +++