diff --git a/network-hypervisor/src/vl1/node.rs b/network-hypervisor/src/vl1/node.rs index 570c1b239..24fd52616 100644 --- a/network-hypervisor/src/vl1/node.rs +++ b/network-hypervisor/src/vl1/node.rs @@ -248,7 +248,7 @@ pub struct Node { intervals: Mutex, /// Canonicalized network paths, held as Weak<> to be automatically cleaned when no longer in use. - paths: RwLock>, + paths: RwLock>, // holds a PathMap<> but as a Thing<> to hide HostSystemImpl template parameter /// Peers with which we are currently communicating. peers: RwLock>>,