]> git.ipfire.org Git - thirdparty/libvirt.git/commit
daemon: Implement VIR_NET_STREAM_HOLE handling
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 12 May 2017 09:26:33 +0000 (11:26 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 18 May 2017 05:42:13 +0000 (07:42 +0200)
commit470aaa20d4bd5ae62849373976b7630f6e0158a5
tree0e49e0d39b8bf5aee1b75da735679c37d9de7c01
parent87f2a5c65d6ca244688cfd50548e64ecbf2adfe0
daemon: Implement VIR_NET_STREAM_HOLE handling

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