mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 15:27:47 +00:00
Add missing param to virCgroupForDriver stub
The virCgroupForDriver method recently gained an 'int controllers' parameter, but the stub impl did not Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
035cdaa00b
commit
c9b8cdfec1
@ -984,7 +984,8 @@ out:
|
||||
int virCgroupForDriver(const char *name ATTRIBUTE_UNUSED,
|
||||
virCgroupPtr *group ATTRIBUTE_UNUSED,
|
||||
bool privileged ATTRIBUTE_UNUSED,
|
||||
bool create ATTRIBUTE_UNUSED)
|
||||
bool create ATTRIBUTE_UNUSED,
|
||||
int controllers ATTRIBUTE_UNUSED)
|
||||
{
|
||||
/* Claim no support */
|
||||
return -ENXIO;
|
||||
|
Loading…
Reference in New Issue
Block a user