]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: fix build without cgroup
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Thu, 20 Aug 2015 06:42:56 +0000 (09:42 +0300)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Thu, 20 Aug 2015 06:42:56 +0000 (09:42 +0300)
commit46550cde0f942022e1337215d89fb587f45a9597
treec37dff481cc0e87ed8eb67bc5f4dd253e0d08c9e
parentd0fbaf16ccb6da8c078dc34a6cc1805d2d83a704
util: fix build without cgroup

Commit 89c509a0 added getters for cgroup block device I/O throttling,
however stub versions of these functions have not matching function
prototypes that result in compilation fail on platforms not supporting
cgroup.

Fix build by correcting prototypes of the stubbed functions.

Pushing under build-breaker rule.
src/util/vircgroup.c