Skip to content

Commit

Permalink
Merge branch 'utility' into psebpfext
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jowett committed Mar 4, 2024
2 parents 6ca9dc3 + 9b04fb2 commit be08038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/execution_context/ebpf_general_helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ ebpf_helper_function_prototype_t ebpf_core_helper_function_prototype_array[] = {
"bpf_memcpy",
EBPF_RETURN_TYPE_INTEGER,
{
EBPF_ARGUMENT_TYPE_PTR_TO_READABLE_MEM,
EBPF_ARGUMENT_TYPE_CONST_SIZE_OR_ZERO,
EBPF_ARGUMENT_TYPE_PTR_TO_WRITABLE_MEM,
EBPF_ARGUMENT_TYPE_CONST_SIZE_OR_ZERO,
EBPF_ARGUMENT_TYPE_PTR_TO_READABLE_MEM,
EBPF_ARGUMENT_TYPE_CONST_SIZE_OR_ZERO,
}},
{BPF_FUNC_memcmp,
"bpf_memcmp",
Expand Down

0 comments on commit be08038

Please sign in to comment.