]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cgroup: topological sort
authorEric Blake <eblake@redhat.com>
Mon, 12 Aug 2013 21:01:30 +0000 (15:01 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 12 Aug 2013 21:38:37 +0000 (15:38 -0600)
commit7ccd322b2067d0d7f082b6d5de4173c3b4df33ca
treed0186d1ef93ad2ccae7b465e8ebfd7e74d3edc96
parenta91929053cdd73bf14a26499477ee69402b1c946
cgroup: topological sort

Avoid a forward declaration of a static function.

* src/util/vircgroup.c (virCgroupPartitionNeedsEscaping)
(virCgroupParticionEscape): Move up.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/util/vircgroup.c