]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vircgroup: Update virCgroupDenyDevicePath stub
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 17 Feb 2016 13:25:35 +0000 (14:25 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 17 Feb 2016 13:25:35 +0000 (14:25 +0100)
commit6bfb03ae15b3f336076b4009d009969bb7ec578c
tree84f676eb0a837b2296ae14874a4a6958e7ff9b91
parentcdb757c970a42c0f3c56f6a5e2ec8c22f30c99b4
vircgroup: Update virCgroupDenyDevicePath stub

In cf113e8d we changed the declaration of
virCgroupAllowDevicePath() and virCgroupDenyDevicePath().
However, while updating the stub for non-cgroup platforms for the
former we forgot to update the latter too causing a build
failure.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/util/vircgroup.c