mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-22 00:07:21 -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 lqos_sys::flowbee_data::{FlowbeeData, FlowbeeKey};
|
||||
use once_cell::sync::Lazy;
|
||||
use std::{alloc::LayoutError, sync::{Arc, Mutex}};
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
pub struct TimeBuffer {
|
||||
buffer: Mutex<Vec<TimeEntry>>,
|
||||
|
Loading…
Reference in New Issue
Block a user