mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-04 23:59:07 +08:00
sync: auto-generate latest BPF helpers
Latest changes to BPF helper definitions.
This commit is contained in:
committed by
Andrii Nakryiko
parent
17f747ed38
commit
cb174c5b8d
@@ -3065,7 +3065,7 @@ static __u64 (*bpf_sk_ancestor_cgroup_id)(struct bpf_sock *sk, int ancestor_leve
|
|||||||
* 0, on success;
|
* 0, on success;
|
||||||
* < 0, on error.
|
* < 0, on error.
|
||||||
*/
|
*/
|
||||||
static void *(*bpf_ringbuf_output)(void *ringbuf, void *data, __u64 size, __u64 flags) = (void *) 130;
|
static int (*bpf_ringbuf_output)(void *ringbuf, void *data, __u64 size, __u64 flags) = (void *) 130;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* bpf_ringbuf_reserve
|
* bpf_ringbuf_reserve
|
||||||
|
|||||||
Reference in New Issue
Block a user