]> xenbits.xensource.com Git - libvirt.git/commit
snapshot: Saner use of uuid
authorEric Blake <eblake@redhat.com>
Thu, 21 Feb 2019 15:43:49 +0000 (09:43 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 21 Feb 2019 17:40:04 +0000 (11:40 -0600)
commitc900474e6af5fef598671c7c3da47258ee107a59
tree8638a554c0d93add37618db599a4a3280e93b1f0
parent27eb32466807f1f46e0b72a2270c0863300542d2
snapshot: Saner use of uuid

Most of the code base is fairly consistent about using the name
'uuidstr' when dealing with a formatted human-readable form, and
'uuid' when dealing with the smaller raw bytes form. Fix
snapshot_conf to comply, as well as reducing the scope of a human
string to only the error message that needs it.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/conf/snapshot_conf.c
src/conf/snapshot_conf.h