]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Add option to suppress error in various functions
authorNishith Shah <nishithshah.2211@gmail.com>
Fri, 8 Jul 2016 12:56:04 +0000 (18:26 +0530)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 11 Jul 2016 06:48:05 +0000 (08:48 +0200)
commitaceb6308a3352c77440f01c3a4f072d5673e0edf
tree0d3b27726e8e84e8aaf290c8069a3e5a15e452e2
parentd7079ec98eec3c8e3e96a1cb6c168fbabd6d725b
virsh: Add option to suppress error in various functions

A bool 'report' has been introduced in various functions, which when set
to true will produce the error it is suppposed to produce, and when
false, will suppress the error. These functions are used in the next
patch for auto-completion.

Signed-off-by: Nishith Shah <nishithshah.2211@gmail.com>
tools/vsh.c