cgroup: make monitor_pattern const

parent 529822a4
...@@ -102,7 +102,7 @@ struct cgroup_ops { ...@@ -102,7 +102,7 @@ struct cgroup_ops {
char *container_cgroup; char *container_cgroup;
/* Static memory, do not free.*/ /* Static memory, do not free.*/
char *monitor_pattern; const char *monitor_pattern;
/* @hierarchies /* @hierarchies
* - A NULL-terminated array of struct hierarchy, one per legacy * - A NULL-terminated array of struct hierarchy, one per legacy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment