]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: cgroup: Add missing parameter maxthreads to virCgroupNewMachine
authorErik Skultety <eskultet@redhat.com>
Thu, 25 Jul 2019 07:51:50 +0000 (09:51 +0200)
committerErik Skultety <eskultet@redhat.com>
Thu, 25 Jul 2019 08:44:13 +0000 (10:44 +0200)
commit96e31a628cd6a4b7ae042bb7219f31b310cda59b
tree1f8bd879c169176a271c6e0e4a8546386082e2b1
parent48c656ca5535b0aa781ce6f0f7f0222476dab3a4
util: cgroup: Add missing parameter maxthreads to virCgroupNewMachine

Commit d5572f62e32 forgot to add maxthreads to the non-Linux definition
of the function, thus breaking the MinGW build.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Acked-by: Peter Krempa <pkrempa@redhat.com>
src/util/vircgroup.c