mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-08-31 08:19:14 +00:00
node: remove DnsNodeRuntime
This commit is contained in:
@@ -20,12 +20,6 @@ use tokio_util::sync::CancellationToken;
|
|||||||
use tracing::instrument;
|
use tracing::instrument;
|
||||||
use uuid::Uuid;
|
use uuid::Uuid;
|
||||||
|
|
||||||
#[derive(Debug)]
|
|
||||||
struct DnsNodeRuntime {
|
|
||||||
token: CancellationToken,
|
|
||||||
task: ScopedTask<()>,
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct DnsNode {
|
pub struct DnsNode {
|
||||||
mgr: Arc<DnsPeerMgr>,
|
mgr: Arc<DnsPeerMgr>,
|
||||||
|
|||||||
Reference in New Issue
Block a user