
20 Mar
2019
20 Mar
'19
8:57 p.m.
On 3/20/19 1:40 AM, Eric Blake wrote:
An upcoming patch will be reworking virDomainSnapshotDef to have a base class; minimize the churn by using a local variable to reduce the number of dereferences required when acessing the domain definition associated with the snapshot.
Signed-off-by: Eric Blake <eblake@redhat.com> --- src/vbox/vbox_common.c | 65 ++++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 31 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John