mirror of https://gitee.com/openkylin/libvirt.git
util: process: @pid in virProcessSetAffinity's BSD impl is not unused
This commit is contained in:
parent
7a562a5e89
commit
f88750b931
|
@ -537,7 +537,7 @@ int virProcessGetAffinity(pid_t pid,
|
|||
|
||||
#elif defined(HAVE_BSD_CPU_AFFINITY)
|
||||
|
||||
int virProcessSetAffinity(pid_t pid ATTRIBUTE_UNUSED,
|
||||
int virProcessSetAffinity(pid_t pid,
|
||||
virBitmapPtr map)
|
||||
{
|
||||
size_t i;
|
||||
|
|
Loading…
Reference in New Issue