VideoConnCount for future use

This commit is contained in:
rustdesk
2024-04-28 21:08:49 +08:00
parent b4c51f3d41
commit 7e263af75f
4 changed files with 37 additions and 16 deletions

View File

@@ -78,8 +78,9 @@ struct IpcTaskRunner<T: InvokeUiCM> {
lazy_static::lazy_static! {
static ref CLIENTS: RwLock<HashMap<i32, Client>> = Default::default();
static ref CLICK_TIME: AtomicI64 = AtomicI64::new(0);
}
static CLICK_TIME: AtomicI64 = AtomicI64::new(0);
#[derive(Clone)]
pub struct ConnectionManager<T: InvokeUiCM> {