mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 07:10:28 +00:00
Align and reorder code for lesser diff
This commit is contained in:
parent
a5f2ba80a2
commit
3c89781057
@ -35,8 +35,8 @@ type keyArray [ed25519.PublicKeySize]byte
|
|||||||
type protoHandler struct {
|
type protoHandler struct {
|
||||||
phony.Inbox
|
phony.Inbox
|
||||||
|
|
||||||
|
core *Core
|
||||||
nodeinfo nodeinfo
|
nodeinfo nodeinfo
|
||||||
core *Core
|
|
||||||
|
|
||||||
getSelfRequests map[keyArray]*reqInfo
|
getSelfRequests map[keyArray]*reqInfo
|
||||||
getPeersRequests map[keyArray]*reqInfo
|
getPeersRequests map[keyArray]*reqInfo
|
||||||
|
Loading…
Reference in New Issue
Block a user