]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Fix naming in util/virnodesuspend
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 7 Mar 2017 09:44:06 +0000 (10:44 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 27 Mar 2017 11:13:29 +0000 (13:13 +0200)
commitd2d1dec1f5dbe74f56150127e90fa94bf66c62e8
treeaa05b2c44085e5259bf33a8dee2bb889dd07afa0
parent26ae4e482a4e0ca236ebc00401be995893af14e5
util: Fix naming in util/virnodesuspend

That file has only two exported files and each one of them has
different naming.  virNode is what all the other files use, so let's
use it.  It wasn't used before because the clash with public API
naming, so let's fix that by shortening the name (there is no other
private variant of it anyway).

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/libvirt_private.syms
src/lxc/lxc_driver.c
src/qemu/qemu_driver.c
src/uml/uml_driver.c
src/util/virnodesuspend.c
src/util/virnodesuspend.h
src/xen/xen_driver.c