diff options
Diffstat (limited to 'indra/llui/llstatgraph.h')
-rw-r--r-- | indra/llui/llstatgraph.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llstatgraph.h b/indra/llui/llstatgraph.h index 54a959f49e..5bbd9e9d24 100644 --- a/indra/llui/llstatgraph.h +++ b/indra/llui/llstatgraph.h @@ -60,7 +60,8 @@ public: struct StatParams : public LLInitParam::ChoiceBlock<StatParams> { Alternative<LLStat*> legacy_stat; - Alternative<LLTrace::Count<>* > rate_stat; + Alternative<LLTrace::Count<>* > count_stat; + Alternative<LLTrace::Measurement<>* > measurement_stat; }; struct Params : public LLInitParam::Block<Params, LLView::Params> |