diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-28 18:36:48 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-28 18:36:48 +0100 |
commit | 8939161a489c6cc2a2cbbb1de1f52e0fe2765f5f (patch) | |
tree | 0ae281436a107de7bea7fad4b7d851b8ba604e3e /fs-tracer-common | |
parent | TODO (diff) | |
download | fs-tracer-8939161a489c6cc2a2cbbb1de1f52e0fe2765f5f.tar.gz fs-tracer-8939161a489c6cc2a2cbbb1de1f52e0fe2765f5f.tar.bz2 fs-tracer-8939161a489c6cc2a2cbbb1de1f52e0fe2765f5f.zip |
Update aya
Diffstat (limited to 'fs-tracer-common')
-rw-r--r-- | fs-tracer-common/Cargo.toml | 2 | ||||
-rw-r--r-- | fs-tracer-common/src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs-tracer-common/Cargo.toml b/fs-tracer-common/Cargo.toml index 6fc97ca..7cac257 100644 --- a/fs-tracer-common/Cargo.toml +++ b/fs-tracer-common/Cargo.toml @@ -9,7 +9,7 @@ user = ["aya"] [dependencies] aya = { git = "https://github.com/aya-rs/aya", optional = true } -aya-bpf = { git = "https://github.com/aya-rs/aya" } +aya-ebpf = { git = "https://github.com/aya-rs/aya" } [lib] diff --git a/fs-tracer-common/src/lib.rs b/fs-tracer-common/src/lib.rs index 4469128..68d563e 100644 --- a/fs-tracer-common/src/lib.rs +++ b/fs-tracer-common/src/lib.rs @@ -4,7 +4,7 @@ use core::ffi::c_uint; use core::fmt::{self, Formatter}; use core::str; -use aya_bpf::cty::c_long; +use aya_ebpf::cty::c_long; use core::ffi::c_size_t; pub enum SyscallInfo { |