mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
FlowbeeData is also trivially copyable.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user