Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu committed Dec 22, 2024
1 parent d62cbdd commit 56f4c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpf/accesslog/syscalls/transfer.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct socket_detail_t {
__u8 ssl;
};

DATA_QUEUE(socket_detail_queue, 1024 * 1024);
DATA_QUEUE(socket_detail_queue);

static __always_inline void process_write_data(void *ctx, __u64 id, struct sock_data_args_t *args, ssize_t bytes_count,
__u32 data_direction, const bool vecs, __u8 func_name, bool ssl) {
Expand Down

0 comments on commit 56f4c27

Please sign in to comment.