
30 Jan
2019
30 Jan
'19
4:08 p.m.
On 1/30/19 12:40 PM, Daniel P. Berrangé wrote:
The struct _virStorageBackendQemuImgInfo is quite large so it is preferrable to pass it by reference instead of by value. This requires us to stop modifying the "compat" field.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- src/storage/storage_util.c | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John