]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix virCgroupNewMachine prototype on non-Linux v1.2.12-rc1
authorJán Tomko <jtomko@redhat.com>
Tue, 20 Jan 2015 09:00:59 +0000 (10:00 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 20 Jan 2015 09:02:53 +0000 (10:02 +0100)
commitc803c070c44c3e0957fc89d75d954d0b0aca3ccc
tree58bf71f77c3a57d62354a119f6c47caf424d7d2c
parent298fa4858ced29e2c42681635a5a8dcd6da0b231
Fix virCgroupNewMachine prototype on non-Linux

Commit 318df5a changed the prototype of virCgroupNewMachine
without adjusting the stub function for platforms without
cgroups.
src/util/vircgroup.c