mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Warning fix
This commit is contained in:
parent
eab9df4874
commit
fbb3960b50
@ -2,7 +2,7 @@ use super::{get_asn_lat_lon, get_asn_name_and_country, FlowAnalysis};
|
|||||||
use crate::throughput_tracker::flow_data::FlowbeeRecipient;
|
use crate::throughput_tracker::flow_data::FlowbeeRecipient;
|
||||||
use lqos_sys::flowbee_data::{FlowbeeData, FlowbeeKey};
|
use lqos_sys::flowbee_data::{FlowbeeData, FlowbeeKey};
|
||||||
use once_cell::sync::Lazy;
|
use once_cell::sync::Lazy;
|
||||||
use std::{alloc::LayoutError, sync::{Arc, Mutex}};
|
use std::sync::{Arc, Mutex};
|
||||||
|
|
||||||
pub struct TimeBuffer {
|
pub struct TimeBuffer {
|
||||||
buffer: Mutex<Vec<TimeEntry>>,
|
buffer: Mutex<Vec<TimeEntry>>,
|
||||||
|
Loading…
Reference in New Issue
Block a user