open-consul/agent/grpc
Daniel Nephin e226733b26 fix 64-bit aligment for 32-bit platforms
sync/atomic must be used with 64-bit aligned fields, and that alignment is difficult to
ensure unless the field is the first one in the struct.

https://golang.org/pkg/sync/atomic/#pkg-note-BUG.
2021-06-29 16:10:21 -04:00
..
internal/testservice
resolver grpc: fix a data race by using a static resolver 2021-06-02 11:35:38 -04:00
client.go grpc: fix a data race by using a static resolver 2021-06-02 11:35:38 -04:00
client_test.go grpc: fix a data race by using a static resolver 2021-06-02 11:35:38 -04:00
handler.go
server_test.go grpc: fix a data race by using a static resolver 2021-06-02 11:35:38 -04:00
stats.go fix 64-bit aligment for 32-bit platforms 2021-06-29 16:10:21 -04:00
stats_test.go