Skip to content

Commit

Permalink
chore: Bless public API changes
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Tucker <[email protected]>
  • Loading branch information
dave-tucker committed Mar 5, 2024
1 parent 8c79b71 commit d0c2443
Show file tree
Hide file tree
Showing 11 changed files with 8,863 additions and 8,860 deletions.
5,921 changes: 0 additions & 5,921 deletions xtask/public-api/aya-bpf-bindings.txt

This file was deleted.

30 changes: 0 additions & 30 deletions xtask/public-api/aya-bpf-cty.txt

This file was deleted.

27 changes: 0 additions & 27 deletions xtask/public-api/aya-bpf-macros.txt

This file was deleted.

2,591 changes: 0 additions & 2,591 deletions xtask/public-api/aya-bpf.txt

This file was deleted.

5,921 changes: 5,921 additions & 0 deletions xtask/public-api/aya-ebpf-bindings.txt

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions xtask/public-api/aya-ebpf-cty.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
pub mod aya_ebpf_cty
pub type aya_ebpf_cty::c_char = aya_ebpf_cty::c_schar
pub type aya_ebpf_cty::c_double = f64
pub type aya_ebpf_cty::c_float = f32
pub type aya_ebpf_cty::c_int = i32
pub type aya_ebpf_cty::c_long = i64
pub type aya_ebpf_cty::c_longlong = i64
pub type aya_ebpf_cty::c_schar = i8
pub type aya_ebpf_cty::c_short = i16
pub type aya_ebpf_cty::c_uchar = u8
pub type aya_ebpf_cty::c_uint = u32
pub type aya_ebpf_cty::c_ulong = u64
pub type aya_ebpf_cty::c_ulonglong = u64
pub type aya_ebpf_cty::c_ushort = u16
pub type aya_ebpf_cty::c_void = core::ffi::c_void
pub type aya_ebpf_cty::int16_t = i16
pub type aya_ebpf_cty::int32_t = i32
pub type aya_ebpf_cty::int64_t = i64
pub type aya_ebpf_cty::int8_t = i8
pub type aya_ebpf_cty::intmax_t = i64
pub type aya_ebpf_cty::intptr_t = isize
pub type aya_ebpf_cty::ptrdiff_t = isize
pub type aya_ebpf_cty::size_t = usize
pub type aya_ebpf_cty::ssize_t = isize
pub type aya_ebpf_cty::uint16_t = u16
pub type aya_ebpf_cty::uint32_t = u32
pub type aya_ebpf_cty::uint64_t = u64
pub type aya_ebpf_cty::uint8_t = u8
pub type aya_ebpf_cty::uintmax_t = u64
pub type aya_ebpf_cty::uintptr_t = usize
27 changes: 27 additions & 0 deletions xtask/public-api/aya-ebpf-macros.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
pub mod aya_ebpf_macros
pub proc macro aya_ebpf_macros::#[btf_tracepoint]
pub proc macro aya_ebpf_macros::#[cgroup_device]
pub proc macro aya_ebpf_macros::#[cgroup_skb]
pub proc macro aya_ebpf_macros::#[cgroup_sock]
pub proc macro aya_ebpf_macros::#[cgroup_sock_addr]
pub proc macro aya_ebpf_macros::#[cgroup_sockopt]
pub proc macro aya_ebpf_macros::#[cgroup_sysctl]
pub proc macro aya_ebpf_macros::#[classifier]
pub proc macro aya_ebpf_macros::#[fentry]
pub proc macro aya_ebpf_macros::#[fexit]
pub proc macro aya_ebpf_macros::#[kprobe]
pub proc macro aya_ebpf_macros::#[kretprobe]
pub proc macro aya_ebpf_macros::#[lsm]
pub proc macro aya_ebpf_macros::#[map]
pub proc macro aya_ebpf_macros::#[perf_event]
pub proc macro aya_ebpf_macros::#[raw_tracepoint]
pub proc macro aya_ebpf_macros::#[sk_lookup]
pub proc macro aya_ebpf_macros::#[sk_msg]
pub proc macro aya_ebpf_macros::#[sock_ops]
pub proc macro aya_ebpf_macros::#[socket_filter]
pub proc macro aya_ebpf_macros::#[stream_parser]
pub proc macro aya_ebpf_macros::#[stream_verdict]
pub proc macro aya_ebpf_macros::#[tracepoint]
pub proc macro aya_ebpf_macros::#[uprobe]
pub proc macro aya_ebpf_macros::#[uretprobe]
pub proc macro aya_ebpf_macros::#[xdp]
Loading

0 comments on commit d0c2443

Please sign in to comment.