Software / code / prosody
Comparison
core/statsmanager.lua @ 6920:7596c37e0a63
Merge 0.10->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 09 Nov 2015 22:56:32 +0100 |
| parent | 6910:82765a4ec799 |
| child | 7521:1c8b63fe6472 |
comparison
equal
deleted
inserted
replaced
| 6909:494938dec5d8 | 6920:7596c37e0a63 |
|---|---|
| 64 measure = measure; | 64 measure = measure; |
| 65 collect = collect; | 65 collect = collect; |
| 66 get_stats = function () | 66 get_stats = function () |
| 67 return latest_stats, changed_stats, stats_extra; | 67 return latest_stats, changed_stats, stats_extra; |
| 68 end; | 68 end; |
| 69 get = function (name) | |
| 70 return latest_stats[name], stats_extra[name]; | |
| 71 end; | |
| 69 }; | 72 }; |