mirror of
https://github.com/moby/moby.git
synced 2026-07-12 18:45:06 +00:00
The per-network statistics counters are loaded and incremented without any concurrency control. Use atomic integers to prevent data races without having to add any synchronization. Signed-off-by: Cory Snider <csnider@mirantis.com>