]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vircgroup: Remove virCgroupAddTaskController
authorPavel Hrdina <phrdina@redhat.com>
Thu, 19 Jul 2018 12:39:43 +0000 (14:39 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 13 Aug 2018 09:53:53 +0000 (11:53 +0200)
commitdb868852fdb32c76955c925dcbd92b2d6d9bfeb2
tree58683c21b647fc1bf859dedf294a0e60ee06de2b
parentf9d18f89f7df937b922816aeae0024d8bd6dc72e
vircgroup: Remove virCgroupAddTaskController

There is no need for this function, both of the checks are done
later by virCgroupGetControllerPath.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/util/vircgroup.c