statsmanager: Fire event at the start of collection to allow for polling

This commit is contained in:
Kim Alvefur 2015-03-10 16:26:25 +01:00
parent f9b9268e61
commit 352d71af23

View file

@ -28,6 +28,7 @@ if stats_interval then
function collect()
local mark_collection_done = mark_collection_start();
fire_event("stats-update");
changed_stats, stats_extra = {}, {};
for stat_name, getter in pairs(stats.get_stats()) do
local type, value, extra = getter();