fix server

This commit is contained in:
John Smith
2022-12-01 17:38:43 -05:00
parent b5c87e4882
commit 5d8fa97360
6 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ use parking_lot::Mutex;
use std::sync::Arc;
use std::time::{Duration, Instant};
use tracing::*;
use veilid_core::xx::SingleShotEventual;
use veilid_core::tools::SingleShotEventual;
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum ServerMode {