DevinLeamy opened a new pull request, #511:
URL: https://github.com/apache/mesos/pull/511

   Removing programs that are attached to a cgroup is a three step process.
   1. Fetch the program ids that are attached to the cgroup.
   2. Fetch the file descriptors of the attached programs, using their program 
ids.
   3. Use the file descriptors of the attached programs to detach them.
   
   This patch adds the function `ebpf::cgroups2::detach` to carry out the 
second and third steps.


-- 
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]

Reply via email to