]> xenbits.xensource.com Git - libvirt.git/commit
virsh: Create a macro for pool-define-as and pool-create-as options
authorJohn Ferlan <jferlan@redhat.com>
Wed, 25 Nov 2015 13:57:30 +0000 (08:57 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 17 Dec 2015 16:56:18 +0000 (11:56 -0500)
commit5372d49b11002b402cfbed2a08ecc4384c11448f
tree3aecd82155c0a6227f172931802585a084571777
parentf9a6110f2669bed823a22727c2bc160daf665cc2
virsh: Create a macro for pool-define-as and pool-create-as options

Although they both are the same now, a future patch will add new options
to pool-create-as. So create a common macro to capture commonality, then
use that in the command specific structure.
tools/virsh-pool.c