]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix cgroups on non-Linux
authorEric Blake <eblake@redhat.com>
Wed, 26 Feb 2014 00:18:54 +0000 (17:18 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 26 Feb 2014 00:38:46 +0000 (17:38 -0700)
commitfa2e4dbfd66409a1f338dcc7a46e276f0b57b1b1
tree6feccf902451e5d2c98940e14d270ee35dd564f7
parent4d975deddda7668e4a7cfa465c720dea2975fdd3
build: fix cgroups on non-Linux

Running ./autobuild.sh detected a mingw failure:

  CCLD     libvirt.la
Cannot export virCgroupGetPercpuStats: symbol not defined
Cannot export virCgroupSetOwner: symbol not defined

* src/util/vircgroup.c (virCgroupGetPercpuStats)
(virCgroupSetOwner): Implement stubs.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/util/vircgroup.c