Update aya-bpf-macros/src/lib.rs

pull/566/head
vadorovsky 2 years ago committed by GitHub
parent 1f5409c696
commit af61726900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -128,10 +128,6 @@ pub fn cgroup_skb(attrs: TokenStream, item: TokenStream) -> TokenStream {
/// [`CgroupSockAddrAttachType`]: ../aya/programs/cgroup_sock_addr/enum.CgroupSockAddrAttachType.html
/// [`CgroupSockAddr`]: ../aya/programs/cgroup_sock_addr/struct.CgroupSockAddr.html
///
/// # Arguments
///
/// * `attach_type` - The type of syscall to attach to. See [`CgroupSockAddrAttachType`].
///
/// # Minimum kernel version
///
/// The minimum kernel version required to use this feature is 4.17.

Loading…
Cancel
Save