Skip to content

Commit

Permalink
crappy breaking change from aya...
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed Mar 13, 2024
1 parent a9f91a1 commit cd5777e
Show file tree
Hide file tree
Showing 3 changed files with 6,634 additions and 6,634 deletions.
2 changes: 1 addition & 1 deletion capable-ebpf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "3.0.0-alpha.3"
edition = "2021"

[dependencies]
aya-bpf = { git = "https://github.com/aya-rs/aya" }
aya-ebpf = { git = "https://github.com/aya-rs/aya" }
aya-log-ebpf = { git = "https://github.com/aya-rs/aya" }
capable-common = { path = "../capable-common" }

Expand Down
2 changes: 1 addition & 1 deletion capable-ebpf/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#[allow(dead_code)]
mod vmlinux;

use aya_bpf::{macros::{kprobe,map}, maps::HashMap, programs::ProbeContext, helpers::{bpf_get_current_task, bpf_get_current_uid_gid, bpf_probe_read_kernel}};
use aya_ebpf::{macros::{kprobe,map}, maps::HashMap, programs::ProbeContext, helpers::{bpf_get_current_task, bpf_get_current_uid_gid, bpf_probe_read_kernel}};
use vmlinux::{task_struct, nsproxy, pid_namespace, ns_common};

const MAX_PID : u32 = 4*1024*1024;
Expand Down
Loading

0 comments on commit cd5777e

Please sign in to comment.