DevinLeamy commented on code in PR #511:
URL: https://github.com/apache/mesos/pull/511#discussion_r1520401111
##########
src/linux/ebpf.hpp:
##########
@@ -61,6 +61,15 @@ namespace cgroups2 {
// device access dynamically.
Try<Nothing> attach(int fd, const std::string& cgroup);
+// Detach a BPF_CGROUP_DEVICE eBPF program from a cgroup, by program id.
+// @param cgroup Absolute path of a cgroup.
+// @param program_id Id of the eBPF program to detach.
Review Comment:
Made it surface the error.
--
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]