]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: cmdBlockJob: Switch to declarative flag interlocking
authorPeter Krempa <pkrempa@redhat.com>
Wed, 1 Apr 2015 13:05:33 +0000 (15:05 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 21 Jul 2015 13:32:58 +0000 (15:32 +0200)
commit2f12cb93557744e3d0fad9b40cffaaba7ce22ba7
treeece707b6d083a55c4ec1d6b4ae1fa284434bf371
parentdda95b531f1d2e9abd4df03c0461eaa7e3840b02
virsh: cmdBlockJob: Switch to declarative flag interlocking

Use the VSH_EXCLUSIVE_OPTIONS_VAR to interlock incompatible options.
Since a variable named 'abort' would conflict with older compilers use
VSH_EXCLUSIVE_OPTIONS for the --abort option.
tools/virsh-domain.c