cli: use win32 app mutex to detect running tunnels and tunnel sevices (#179622)

* cli: fix distro mixin

* cli: use win32 app mutex to detect running tunnels and tunnel sevices

Fixes #179265

* cli: fix distro mixin more

* fix

* fix build
This commit is contained in:
Connor Peet
2023-04-10 12:25:14 -07:00
committed by GitHub
parent 116293e65e
commit b547b58db6
11 changed files with 104 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ pub mod prereqs;
pub mod ring_buffer;
pub mod sync;
pub use is_integrated::*;
pub mod app_lock;
pub mod file_lock;
#[cfg(target_os = "linux")]