Merge pull request #239 from nak3/pub-ops

aya-bpf: expose bpf_sock_ops of SockOpsContext
pull/243/head
Alessandro Decina 3 years ago committed by GitHub
commit f75d968657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ use aya_bpf_bindings::helpers::bpf_sock_ops_cb_flags_set;
use crate::{bindings::bpf_sock_ops, BpfContext};
pub struct SockOpsContext {
ops: *mut bpf_sock_ops,
pub ops: *mut bpf_sock_ops,
}
impl SockOpsContext {

Loading…
Cancel
Save