Skip to content

Commit

Permalink
sync with libbpf v0.0.9
Browse files Browse the repository at this point in the history
sync with libbpf version 0.0.9.

Signed-off-by: Yonghong Song <yhs@fb.com>
  • Loading branch information
yonghong-song committed Jun 19, 2020
1 parent 1c843e2 commit c3ed131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cc/compat/linux/virtual_bpf.h
Expand Up @@ -3169,7 +3169,7 @@ union bpf_attr {
* Return
* The id is returned or 0 in case the id could not be retrieved.
*
* void *bpf_ringbuf_output(void *ringbuf, void *data, u64 size, u64 flags)
* int bpf_ringbuf_output(void *ringbuf, void *data, u64 size, u64 flags)
* Description
* Copy *size* bytes from *data* into a ring buffer *ringbuf*.
* If BPF_RB_NO_WAKEUP is specified in *flags*, no notification of
Expand Down

0 comments on commit c3ed131

Please sign in to comment.