mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
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:
@@ -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 ....
|
||||
|
||||
Reference in New Issue
Block a user