ns/stats: Fix class_id of "NSVC Peer Statistics" rate_ctr group

Currently the class_id is not set which effectively puts these groups
into the 'subscriber' class.

This commit adds the missing initialisation value.

Sponsored-by: On-Waves ehf
This commit is contained in:
Jacob Erlbeck 2015-11-03 16:18:56 +01:00 committed by Holger Hans Peter Freyther
parent be37fb7db4
commit fed2a488b9
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ static const struct rate_ctr_group_desc nsvc_ctrg_desc = {
.group_description = "NSVC Peer Statistics",
.num_ctr = ARRAY_SIZE(nsvc_ctr_description),
.ctr_desc = nsvc_ctr_description,
.class_id = OSMO_STATS_CLASS_PEER,
};
enum ns_stat {