Skip to content

Commit

Permalink
Renamed xdp_md_ to xdp_md (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
shpalani authored Dec 13, 2024
1 parent 7802269 commit 2b95599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion published/external/xdp/ebpfhook.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extern "C" {

#ifndef XDP_EXT_HELPER_FN_BASE

typedef struct xdp_md_ {
typedef struct xdp_md {
void *data; ///< Pointer to start of packet data.
void *data_end; ///< Pointer to end of packet data.
uint64_t data_meta; ///< Packet metadata.
Expand Down

0 comments on commit 2b95599

Please sign in to comment.