From 0347daeef15e5a314f5344016ca77a4c92611a24 Mon Sep 17 00:00:00 2001 From: pdliyan Date: Mon, 9 Oct 2023 19:50:51 +0800 Subject: [PATCH] fix build error. --- test/integration-ebpf/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/integration-ebpf/Cargo.toml b/test/integration-ebpf/Cargo.toml index c7f29aee..a2168302 100644 --- a/test/integration-ebpf/Cargo.toml +++ b/test/integration-ebpf/Cargo.toml @@ -50,4 +50,8 @@ path = "src/redirect.rs" [[bin]] name = "xdp_sec" -path = "src/xdp_sec.rs" \ No newline at end of file +path = "src/xdp_sec.rs" + +[[bin]] +name = "stack_argument" +path = "src/stack_argument.rs"