Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett committed Mar 4, 2024
1 parent 3cdb81b commit 9b04fb2
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 9b04fb2

Please sign in to comment.