diff options
| author | Per Larsson <[email protected]> | 2021-10-01 11:06:32 +0200 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-10-01 11:06:32 +0200 |
| commit | 0d3ce5ffecfd894b3a2b0421c562f2bb06fdc1c8 (patch) | |
| tree | acedad27ed8f61c3694395d18b13240cb401c25b /zenserver/upstream/upstreamcache.h | |
| parent | Clang format fix. (diff) | |
| download | zen-0d3ce5ffecfd894b3a2b0421c562f2bb06fdc1c8.tar.xz zen-0d3ce5ffecfd894b3a2b0421c562f2bb06fdc1c8.zip | |
Try upload missing payloads and finalize Jupiter cache ref.
Diffstat (limited to 'zenserver/upstream/upstreamcache.h')
| -rw-r--r-- | zenserver/upstream/upstreamcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenserver/upstream/upstreamcache.h b/zenserver/upstream/upstreamcache.h index 0e736480b..ce8f28db4 100644 --- a/zenserver/upstream/upstreamcache.h +++ b/zenserver/upstream/upstreamcache.h @@ -86,6 +86,7 @@ struct UpstreamEndpointStats std::atomic_uint64_t HitCount = {}; std::atomic_uint64_t MissCount = {}; std::atomic_uint64_t UpCount = {}; + std::atomic_uint64_t ErrorCount = {}; std::atomic<double> UpBytes = {}; std::atomic<double> DownBytes = {}; std::atomic<double> SecondsUp = {}; |