smira / go-statsd

Go statsd client library with zero allocation overhead, great performance and reconnects
MIT License
109 stars 18 forks source link

fix: align properly fields which are updated atomically #31

Closed smira closed 3 years ago

smira commented 3 years ago

This fixes alignment of the fields on 32-bit arches.

Fixes #30

Signed-off-by: Andrey Smirnov smirnov.andrey@gmail.com