]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Rename virPid{Abort,Wait} to virProcess{Abort,Wait}
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 24 Sep 2012 16:59:31 +0000 (17:59 +0100)
committerCole Robinson <crobinso@redhat.com>
Wed, 17 Oct 2012 20:40:55 +0000 (16:40 -0400)
commit88589de79c5b69aae95e815f89f37b9e0383037e
treeb6656eb1204164362a24becc3e81833ab19fcae6
parent035d998f0116ad989ccf550cf7d9407b7edebc32
Rename virPid{Abort,Wait} to virProcess{Abort,Wait}

Change "Pid" to "Process" to align with the virProcessKill
API naming prefix

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
(cherry picked from commit 0fb58ef5cd477cf9a0efdd966a22440ef087a2af)
daemon/libvirtd.c
src/libvirt_private.syms
src/lxc/lxc_container.c
src/lxc/lxc_controller.c
src/rpc/virnetsocket.c
src/util/command.c
src/util/command.h
src/util/util.c
tests/testutils.c