derp: fix 32-bit struct field alignment
This commit is contained in:
parent
15949ad77d
commit
75225368a4
|
@ -66,6 +66,7 @@ type Server struct {
|
|||
packetsRecvByKind metrics.LabelMap
|
||||
packetsRecvDisco *expvar.Int
|
||||
packetsRecvOther *expvar.Int
|
||||
_ [pad32bit]byte
|
||||
packetsDropped expvar.Int
|
||||
packetsDroppedReason metrics.LabelMap
|
||||
packetsDroppedUnknown *expvar.Int // unknown dst pubkey
|
||||
|
|
Loading…
Reference in New Issue