Skip to content

Commit 699b2a6

Browse files
committed
nettrace: set MAX_EVENT_SIZE to detail_nf_hooks_event_t
Signed-off-by: Menglong Dong <imagedong@tencent.com>
1 parent 0ae90f0 commit 699b2a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/progs/shared.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ DEFINE_EVENT(qdisc_event_t,
9292
event_field(u32, flags)
9393
)
9494

95-
#define MAX_EVENT_SIZE sizeof(nf_hooks_event_t)
95+
#define MAX_EVENT_SIZE sizeof(detail_nf_hooks_event_t)
9696

9797
typedef struct __attribute__((__packed__)) {
9898
u64 ts;

0 commit comments

Comments
 (0)