X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.h;h=e2490ede7d9245b43db081f73abc3b975e605e59;hb=cc48fb94d8215eaf529825f76c18e8332352175d;hp=57552879a95ddac9014a6fc2ce056d48335a0b80;hpb=fc65b01785b439f1ce0e8b04a33ad8abd5b4091e;p=nageru diff --git a/mixer.h b/mixer.h index 5755287..e2490ed 100644 --- a/mixer.h +++ b/mixer.h @@ -544,6 +544,8 @@ private: std::atomic metric_frames_output_total{0}; std::atomic metric_frames_output_dropped{0}; std::atomic metric_uptime_seconds{0.0}; + std::atomic metrics_memory_used_bytes{0}; + std::atomic metrics_memory_locked_limit_bytes{0.0 / 0.0}; }; extern Mixer *global_mixer;