mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-25 08:27:39 +02:00
cleanup
This commit is contained in:
parent
72f98dea14
commit
b0ffd4f56b
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ pub struct Node {
|
|||
intervals: Mutex<BackgroundTaskIntervals>,
|
||||
|
||||
/// Canonicalized network paths, held as Weak<> to be automatically cleaned when no longer in use.
|
||||
paths: RwLock<Thing<PATH_MAP_SIZE>>,
|
||||
paths: RwLock<Thing<PATH_MAP_SIZE>>, // holds a PathMap<> but as a Thing<> to hide HostSystemImpl template parameter
|
||||
|
||||
/// Peers with which we are currently communicating.
|
||||
peers: RwLock<HashMap<Address, Arc<Peer>>>,
|
||||
|
|
Loading…
Add table
Reference in a new issue