]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Conditionalize build of virCgroupValidateMachineGroup
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 29 Jul 2013 13:36:07 +0000 (14:36 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 29 Jul 2013 13:36:44 +0000 (14:36 +0100)
commit7cf81fa1757742cfbc4b2d21a0d7d132e7ee2b8e
tree2fee8d11dbf9177c6d4f8b5095188c2f3c8840eb
parent7df291a647e37f2d31cf4cee8125320f8eb5419d
Conditionalize build of virCgroupValidateMachineGroup

The virCgroupValidateMachineGroup method calls some functions
which are only conditionally compiled, thus it too must be
made conditional. This fixes the build on non-Linux hosts.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/vircgroup.c