This commit is contained in:
Adam Ierymenko 2022-10-23 12:17:56 -07:00
parent 72f98dea14
commit b0ffd4f56b
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

View file

@ -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>>>,