Fix missed Bpf - Ebpf rename

pull/105/head
Frohlix 1 year ago committed by GitHub
parent f6c6a159fa
commit 3c043c555c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -90,7 +90,7 @@ async fn main() -> Result<(), anyhow::Error> {
"../../target/bpfel-unknown-none/debug/{{project-name}}"
))?;
#[cfg(not(debug_assertions))]
let mut bpf = Bpf::load(include_bytes_aligned!(
let mut bpf = Ebpf::load(include_bytes_aligned!(
"../../target/bpfel-unknown-none/release/{{project-name}}"
))?;
if let Err(e) = EbpfLogger::init(&mut bpf) {

Loading…
Cancel
Save