From dd178b2dc9a34aaa28ee00300db9d5ef6d45e820 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 13 May 2010 12:50:44 +0200 Subject: rate_counters: Remove group-name-sprintf-with-idx string --- include/osmocore/rate_ctr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/osmocore/rate_ctr.h b/include/osmocore/rate_ctr.h index 47fd5a36..85fe5c1f 100644 --- a/include/osmocore/rate_ctr.h +++ b/include/osmocore/rate_ctr.h @@ -49,9 +49,8 @@ struct rate_ctr_group { struct llist_head list; /* Pointer to the counter group class */ const struct rate_ctr_group_desc *desc; + /* The index of this ctr_group within its class */ unsigned int idx; - /* The name prefix generated from desc->group_prefix_fmt and index */ - char *name_prefix; /* Actual counter structures below */ struct rate_ctr ctr[0]; }; -- cgit v1.2.3