From a1a41bea06eb775c65441447f517c52750c2a457 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Fri, 20 May 2022 00:11:48 +0800 Subject: [PATCH] missed commit --- src/client.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client.rs b/src/client.rs index 95119d801..be2b788ab 100644 --- a/src/client.rs +++ b/src/client.rs @@ -35,8 +35,8 @@ use scrap::{Decoder, Image, VideoCodecId}; pub use super::lang::*; pub mod file_trait; pub use file_trait::FileManager; -pub mod controller; -pub use controller::LatencyController; +pub mod helper; +pub use helper::LatencyController; pub const SEC30: Duration = Duration::from_secs(30); pub struct Client;