X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=disk_space_estimator.h;h=73b392cc586e43c57c82fa4c6195d20d294c82bf;hb=ffd68fbfb90242069af957f2a28908f0559f8348;hp=c5b63bfac22c25455bdf48e53ed61424f38c9853;hpb=65fda6b2dadac691df6214945e0862551a11bd4c;p=nageru diff --git a/disk_space_estimator.h b/disk_space_estimator.h index c5b63bf..73b392c 100644 --- a/disk_space_estimator.h +++ b/disk_space_estimator.h @@ -44,6 +44,7 @@ private: off_t size; }; std::deque measure_points; + uint64_t last_pts_reported = 0; // Metrics. std::atomic metric_disk_free_bytes{-1};