Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
storage_volume.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/storage_volume.go b/storage_volume.go
index 22dd284..739cdb2 100644
--- a/storage_volume.go
+++ b/storage_volume.go
@@ -239,6 +239,7 @@ func (v *StorageVol) Wipe(flags uint32) error {
}
return nil
}
+
// See also
https://libvirt.org/html/libvirt-libvirt-storage.html#virStorageVolWipePa...
func (v *StorageVol) WipePattern(algorithm StorageVolWipeAlgorithm, flags uint32) error
{
result := C.virStorageVolWipePattern(v.ptr, C.uint(algorithm), C.uint(flags))
--
2.17.1