On Wed, Feb 12, 2020 at 07:03:15PM +0100, Peter Krempa wrote:
Introduce virStorageSourceSlice which will store the 'offset'
and 'size'
of a virStorageSource and declare it as 'sliceStorage' and 'sliceFormat'
attributes of a virStorageSource.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/util/virstoragefile.c | 29 +++++++++++++++++++++++++++++
src/util/virstoragefile.h | 12 ++++++++++++
2 files changed, 41 insertions(+)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano