From 715e62dd38a3e3043eaf7b76ea0a5b3873e3150a Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Thu, 7 Mar 2024 11:56:25 +0000 Subject: [PATCH] chore(aya): Bless public API Bless the BpfError type alias Signed-off-by: Dave Tucker --- xtask/public-api/aya.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/xtask/public-api/aya.txt b/xtask/public-api/aya.txt index 62afa4cd..752991c8 100644 --- a/xtask/public-api/aya.txt +++ b/xtask/public-api/aya.txt @@ -8637,4 +8637,5 @@ impl aya::Pod for [T; N] pub fn aya::features() -> &'static aya_obj::obj::Features pub fn aya::loaded_programs() -> impl core::iter::traits::iterator::Iterator> pub type aya::Bpf = aya::Ebpf +pub type aya::BpfError = aya::EbpfError pub type aya::BpfLoader<'a> = aya::EbpfLoader<'a>