]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
vsh: Make vshInitDebug static
authorErik Skultety <eskultet@redhat.com>
Fri, 4 Sep 2015 08:42:29 +0000 (10:42 +0200)
committerErik Skultety <eskultet@redhat.com>
Fri, 4 Sep 2015 12:12:34 +0000 (14:12 +0200)
commit682775fbb894d36d6b4d3a90009a16b1650c3981
tree9451ca6a50bb15a3a2ed0832e0c047e13f12ddd3
parenta02de849a090e73fcd0074772f96a5cd09881e56
vsh: Make vshInitDebug static

There's no reason why debug initialization could not be made completely
hidden, just like readline initialization is. The point of the global
initializer vshInit is to make initialization of smaller features transparent
to the user/caller.
tools/vsh.c
tools/vsh.h