]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move virProcessKill into virprocess.{h,c}
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 24 Sep 2012 16:54:51 +0000 (17:54 +0100)
committerCole Robinson <crobinso@redhat.com>
Wed, 17 Oct 2012 20:41:03 +0000 (16:41 -0400)
commita5cf2ef4a783f46664cfba8c7e718c836435fb9e
tree0f07c136ccc63afb281c36045805c9300d836dcc
parent5292eed6e2b9c88e58b45c0581d2d36d84e19a1e
Move virProcessKill into virprocess.{h,c}

There are a number of process related functions spread
across multiple files. Start to consolidate them by
creating a virprocess.{c,h} file

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
(cherry picked from commit e5e2b65cf86ea49eba76b3c274e3b9d2177485bc)
src/Makefile.am
src/libvirt_private.syms
src/qemu/qemu_agent.c
src/qemu/qemu_monitor.c
src/qemu/qemu_process.c
src/uml/uml_driver.c
src/util/util.c
src/util/util.h
src/util/virprocess.c [new file with mode: 0644]
src/util/virprocess.h [new file with mode: 0644]