DevinLeamy opened a new pull request, #570:
URL: https://github.com/apache/mesos/pull/570
Previously, `cgroups2::processes` could only fetch processes from inside of
the provided cgroup. We can now fetch all of the processes inside of a cgroup
subtree by passing an (optional) `recursive` flag.
```c++
Try<std::set<pid_t>> processes(
const std::string& cgroup,
bool recursive = false);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]