DevinLeamy commented on code in PR #501: URL: https://github.com/apache/mesos/pull/501#discussion_r1517783917
########## src/linux/ebpf.cpp: ########## @@ -14,4 +14,99 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "linux/ebpf.hpp" \ No newline at end of file +#include "linux/ebpf.hpp" + +#include <errno.h> +#include <linux/bpf.h> +#include <sys/syscall.h> Review Comment: Kept because the direct syscall is not exposed through `<linux/bpf.h>`. -- 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]
