]> xenbits.xensource.com Git - libvirt.git/commit
Rename virCgroupForXXX to virCgroupNewXXX
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 28 Mar 2013 16:33:22 +0000 (16:33 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 15 Apr 2013 16:35:31 +0000 (17:35 +0100)
commit04c18d25f12bad6852d40454563adf8ba0e994f4
tree4079af3c8585fe231c413440468284884886ae8d
parentf0e5f92434c1f628d9df9a8eb0e884de268c7fb4
Rename virCgroupForXXX to virCgroupNewXXX

Rename all the virCgroupForXXX methods to use the form
virCgroupNewXXX since they are all constructors. Also
make sure the output parameter is the last one in the
list, and annotate all pointers as non-null. Fix up
all callers, and make sure they use true/false not 0/1
for the boolean parameters

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/libvirt_private.syms
src/lxc/lxc_cgroup.c
src/qemu/qemu_cgroup.c
src/qemu/qemu_driver.c
src/util/vircgroup.c
src/util/vircgroup.h