X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.h;h=8504d5eb4bb9d6a56d8b68dd2ab04464b0bcecfd;hb=96cb6414f85e0ef4d660b7bd56267303e80fcd05;hp=e2490ede7d9245b43db081f73abc3b975e605e59;hpb=c87466f0bfcb3e7ef63cbc7fe359042f5f80d6b8;p=nageru diff --git a/mixer.h b/mixer.h index e2490ed..8504d5e 100644 --- a/mixer.h +++ b/mixer.h @@ -543,7 +543,7 @@ private: // Metrics. std::atomic metric_frames_output_total{0}; std::atomic metric_frames_output_dropped{0}; - std::atomic metric_uptime_seconds{0.0}; + std::atomic metric_start_time_seconds{0.0 / 0.0}; std::atomic metrics_memory_used_bytes{0}; std::atomic metrics_memory_locked_limit_bytes{0.0 / 0.0}; };