Rename aya-bpf to aya-ebpf.

pull/106/head
pdliyan 6 months ago
parent 9dc5296e47
commit dce5317f2c

@ -4,7 +4,7 @@ version = "0.1.0"
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" }
{{ project-name }}-common = { path = "../{{ project-name }}-common" }

@ -2,7 +2,7 @@
#![no_main]
{% case program_type -%}
{%- when "kprobe" %}
use aya_bpf::{macros::kprobe, programs::ProbeContext};
use aya_ebpf::{macros::kprobe, programs::ProbeContext};
use aya_log_ebpf::info;
#[kprobe]

Loading…
Cancel
Save