aboutsummaryrefslogtreecommitdiff
path: root/zenserver/upstream/zen.h
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-09-07 20:10:46 +0200
committerPer Larsson <[email protected]>2021-09-07 20:10:46 +0200
commite0f6f284fc3bb0996628db058130760ae1d650c6 (patch)
tree83a600db4afe33000ea1b52c01569bfde6c4f4ce /zenserver/upstream/zen.h
parentUpdated upstream stats calculation. (diff)
downloadzen-e0f6f284fc3bb0996628db058130760ae1d650c6.tar.xz
zen-e0f6f284fc3bb0996628db058130760ae1d650c6.zip
Minor fixup and formatting.
Diffstat (limited to 'zenserver/upstream/zen.h')
-rw-r--r--zenserver/upstream/zen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zenserver/upstream/zen.h b/zenserver/upstream/zen.h
index 849c67bc4..c4bff8980 100644
--- a/zenserver/upstream/zen.h
+++ b/zenserver/upstream/zen.h
@@ -88,8 +88,8 @@ namespace detail {
struct ZenCacheResult
{
IoBuffer Response;
- int64_t Bytes = 0;
- double ElapsedSeconds = 0.0;
+ int64_t Bytes = {};
+ double ElapsedSeconds = {};
bool Success = false;
};