Merge pull request #4304 from guggero/peer-alignment
peer: fix struct alignment
This commit is contained in:
commit
77a4bc97a7
4
peer.go
4
peer.go
@ -114,8 +114,6 @@ type peer struct {
|
||||
started int32
|
||||
disconnect int32
|
||||
|
||||
cfg *Config
|
||||
|
||||
// The following fields are only meant to be used *atomically*
|
||||
bytesReceived uint64
|
||||
bytesSent uint64
|
||||
@ -130,6 +128,8 @@ type peer struct {
|
||||
// our last ping message. To be used atomically.
|
||||
pingLastSend int64
|
||||
|
||||
cfg *Config
|
||||
|
||||
connReq *connmgr.ConnReq
|
||||
conn net.Conn
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user