
17 May
2017
17 May
'17
11:53 a.m.
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-off-by: Michal Privoznik <mprivozn@redhat.com> --- daemon/stream.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 69 insertions(+), 11 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John