From 6aea88089087194c831b259a61eef5ccebcb45bc Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Thu, 9 Jun 2022 23:15:25 +1000 Subject: [PATCH] ebpf: use new PerCpuArray::get_ptr_mut API --- aya-log/ebpf/aya-log-ebpf-macros/src/expand.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aya-log/ebpf/aya-log-ebpf-macros/src/expand.rs b/aya-log/ebpf/aya-log-ebpf-macros/src/expand.rs index f0cfc62e..b1279b12 100644 --- a/aya-log/ebpf/aya-log-ebpf-macros/src/expand.rs +++ b/aya-log/ebpf/aya-log-ebpf-macros/src/expand.rs @@ -128,7 +128,8 @@ pub(crate) fn log(args: LogArgs, level: Option) -> Result