This commit is contained in:
rustdesk 2023-06-09 23:42:18 +08:00
parent 330bc03768
commit b14ae250b7

View File

@ -1054,6 +1054,7 @@ pub async fn get_next_nonkeyexchange_msg(
None
}
#[cfg(not(any(target_os = "android", target_os = "ios")))]
pub fn check_process(arg: &str, same_uid: bool) -> bool {
use hbb_common::sysinfo::{ProcessExt, System, SystemExt};
let mut sys = System::new();