Introduce virStreamSparseRecvAll

This is just a wrapper over new functions that have been just
introduced: virStreamRecvFlags(), virStreamRecvHole(). It's very
similar to virStreamRecvAll() except it handles sparse streams
well.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Michal Privoznik
2017-05-18 07:42:13 +02:00
parent 87e4a842b7
commit 3a1e2e920e
3 changed files with 154 additions and 3 deletions
+1
View File
@@ -764,6 +764,7 @@ LIBVIRT_3.4.0 {
virStreamRecvFlags;
virStreamRecvHole;
virStreamSendHole;
virStreamSparseRecvAll;
} LIBVIRT_3.1.0;
# .... define new API here using predicted next version number ....