]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vsh: Introduce vshInitReload
authorErik Skultety <eskultet@redhat.com>
Thu, 3 Sep 2015 14:59:01 +0000 (16:59 +0200)
committerErik Skultety <eskultet@redhat.com>
Fri, 4 Sep 2015 12:12:34 +0000 (14:12 +0200)
commitf59d51f5184b3559538aaac8dc9bedc3e1e6c0f2
treeaa1a302f9121f6955bcdc2ea68c5931455490b09
parent57b8a38840fc0fd33b75783cbe5a496adcad6f02
vsh: Introduce vshInitReload

Commit a0b6a36f separated vshInitDebug from the original vshInit
(before virsh got split and vshInit became virshInit - commit 834c5720)
in order to be able to debug command line parsing.
After the parsing is finished, debugging is reinitialized to work properly.
There might as well be other features that require re-initialization as
the command line could specify parameters that override our defaults which
had been set prior to calling vshArgvParse.
tools/virsh.c
tools/vsh.c
tools/vsh.h