]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Convert VSH_POOL_ macro to VIRSH_COMMON_OPT_
authorJohn Ferlan <jferlan@redhat.com>
Sat, 9 Jan 2016 13:36:22 +0000 (08:36 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 11 Jan 2016 23:14:00 +0000 (18:14 -0500)
commitf688b808adf280c9dbeecfd3abfe48cc5e3ed443
tree02a7c05d26ce084246bdbd365f42c64dd5fb2d12
parent21e63916dcf48ca7818f69786990afe71d6bdf87
virsh: Convert VSH_POOL_ macro to VIRSH_COMMON_OPT_

Commit id's 'cf793b00', 'e178688f', 'f9a6110f', '5372d49', and 'e193735'
added new VSH_POOL_ macros; however, it was pointed out after push that
commit id '834c5720' preferred use of VIRSH_ for the prefix over VSH_.

So this patch just changes the VSH_ to VIRSH_ and it changes the naming
format from VIRSH_<opt>_OPT_COMMON to VIRSH_COMMON_OPT_<opt>.

Signed-off-by: John Ferlan <jferlan@redhat.com>
tools/virsh-pool.c