Skip to content

Commit

Permalink
FlowbeeData is also trivially copyable.
Browse files Browse the repository at this point in the history
  • Loading branch information
thebracket committed Oct 24, 2024
1 parent 7e3e5c0 commit a0b5edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/lqos_sys/src/flowbee_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub struct FlowbeeKey {
}

/// Mapped representation of the eBPF `flow_data_t` type.
#[derive(Debug, Clone, Default, FromBytes)]
#[derive(Debug, Clone, Copy, Default, FromBytes)]
#[repr(C)]
pub struct FlowbeeData {
/// Time (nanos) when the connection was established
Expand Down

0 comments on commit a0b5edc

Please sign in to comment.