]> Kevux Git Server - fll/commit
Update: properly process and support -c/--control custom control group file path.
authorKevin Day <thekevinday@gmail.com>
Mon, 12 Apr 2021 01:57:36 +0000 (20:57 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 12 Apr 2021 01:57:36 +0000 (20:57 -0500)
commitb664c4ebb9d4f50842452e2b17d877384a48ca92
tree88c546be86c6ca58c3c99696f18aed14512b7f56
parentac94a779982ead8ee0d2d8ffe41cb5ae373d251e
Update: properly process and support -c/--control custom control group file path.

This is a directory path to the sysfs cgroups directory.
It must end in a path separator '/'.

There is existing code that needed to be updated to use the -c/--control.
It was being ignored!
level_3/controller/c/controller.c
level_3/controller/c/controller.h
level_3/controller/c/private-common.c
level_3/controller/c/private-common.h
level_3/controller/c/private-controller.c
level_3/controller/c/private-rule.c