Skip to content

Commit dbaf601

Browse files
committed
Enable to compile and run on ARM platforms
This change enables fabric code to be compiled and executed on ARM platforms such as for example Raspberry Pi devices. Change-Id: I98cb8fd2fdb32b478b4e62a46ca6b3d822432b1b Signed-off-by: Artem Barger <[email protected]>
1 parent 4e5f45c commit dbaf601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gossip/state/payloads_buffer.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ type PayloadsBuffer interface {
5454
// PayloadsBufferImpl structure to implement PayloadsBuffer interface
5555
// store inner state of available payloads and sequence numbers
5656
type PayloadsBufferImpl struct {
57-
buf map[uint64]*proto.Payload
58-
5957
next uint64
6058

59+
buf map[uint64]*proto.Payload
60+
6161
readyChan chan struct{}
6262

6363
mutex sync.RWMutex

0 commit comments

Comments
 (0)