Skip to content

Commit

Permalink
Remove RB_ITEM_STORE_PACKET
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Mar 30, 2024
1 parent 787a1b7 commit b0b80ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/shared/misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,10 @@ struct rb_item {
enum rb_item_type {
RB_ITEM_LOG_EVENT,
RB_ITEM_SEND_OPTIONS,
RB_ITEM_STORE_PACKET,
} type;
union {
struct log_event log_event;
struct send_options send_options;
struct {
struct conn_tuple conn_key;
bool l4_csum_partial;
} store_packet;
};
// additional buffer follows
};
Expand Down

0 comments on commit b0b80ef

Please sign in to comment.