]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add check for kill() to fix build of cgroups on win32
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 28 Feb 2011 14:13:58 +0000 (14:13 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 28 Feb 2011 14:13:58 +0000 (14:13 +0000)
commit3c37a171a2dea8048dfee90e1be2875f30f7eb15
treecf5a84b6a024862ffeb87d92d85ac58642d2d57c
parent3ee7cf6c9b2996f1b58cf6e67f3f450c3d51a66f
Add check for kill() to fix build of cgroups on win32

The kill() function doesn't exist on Win32, so it needs to be
checked for at build time & code disabled in cgroups

* configure.ac: Check for kill()
* src/util/cgroup.c: Stub out virCGroupKill* functions
  when kill() isn't available
configure.ac
src/util/cgroup.c