Re: [libvirt] [PATCH 2/5] Make virCgroupIsValidMachine static

2013-07-25 Thread Eric Blake
On 07/25/2013 06:20 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The virCgroupIsValidMachine does not need to be called from > outside the cgroups file now, so make it static. > > Signed-off-by: Daniel P. Berrange > --- > src/libvirt_private.syms | 1 - > src/util/vircgroup.c

[libvirt] [PATCH 2/5] Make virCgroupIsValidMachine static

2013-07-25 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The virCgroupIsValidMachine does not need to be called from outside the cgroups file now, so make it static. Signed-off-by: Daniel P. Berrange --- src/libvirt_private.syms | 1 - src/util/vircgroup.c | 7 --- src/util/vircgroup.h | 5 - 3 files change