Skip to content

Commit

Permalink
changing data type
Browse files Browse the repository at this point in the history
  • Loading branch information
yash97 committed Oct 2, 2024
1 parent 0d45ed5 commit 77d9673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ebpf/c/v4events.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct data_t {
__u32 dest_port;
__u32 protocol;
__u32 verdict;
__64 packet_sz;
__u32 packet_sz;
__u8 is_egress;
};

Expand Down

0 comments on commit 77d9673

Please sign in to comment.