mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
have dht store a pointer to router instead of core
This commit is contained in:
parent
ebd806f27a
commit
e7024a00e7
2 changed files with 18 additions and 18 deletions
|
@ -73,7 +73,7 @@ func (r *router) init(core *Core) {
|
|||
r.core.config.Mutex.RLock()
|
||||
r.nodeinfo.setNodeInfo(r.core.config.Current.NodeInfo, r.core.config.Current.NodeInfoPrivacy)
|
||||
r.core.config.Mutex.RUnlock()
|
||||
r.dht.init(r.core)
|
||||
r.dht.init(r)
|
||||
r.searches.init(r.core)
|
||||
r.sessions.init(r.core)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue