]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/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)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 26 Sep 2012 09:09:57 +0000 (10:09 +0100)
commit0fb58ef5cd477cf9a0efdd966a22440ef087a2af
tree1a3a85d32ce4ad31117ae1f9c82c4188686b73da
parentcf470068a114fc7aab5e5de37d3f4fe3545bdc81
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>
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