about summary refs log tree commit diff
path: root/fs-tracer-common/src
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-03-28 18:36:48 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-03-28 18:36:48 +0100
commit8939161a489c6cc2a2cbbb1de1f52e0fe2765f5f (patch)
tree0ae281436a107de7bea7fad4b7d851b8ba604e3e /fs-tracer-common/src
parentTODO (diff)
downloadfs-tracer-8939161a489c6cc2a2cbbb1de1f52e0fe2765f5f.tar.gz
fs-tracer-8939161a489c6cc2a2cbbb1de1f52e0fe2765f5f.tar.bz2
fs-tracer-8939161a489c6cc2a2cbbb1de1f52e0fe2765f5f.zip
Update aya
Diffstat (limited to 'fs-tracer-common/src')
-rw-r--r--fs-tracer-common/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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 {