aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-13 12:53:35 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-13 12:53:35 +0200
commitcf734784b0433dfa6b77909f83cc3620e523f5d7 (patch)
treee23fb3d8494ac3f6ed12bec53980c0d7a33c6667 /include/osmocore
parentdd178b2dc9a34aaa28ee00300db9d5ef6d45e820 (diff)
[rate_ctr] Rename group_prefix_fmt to group_name_prefix
Diffstat (limited to 'include/osmocore')
-rw-r--r--include/osmocore/rate_ctr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocore/rate_ctr.h b/include/osmocore/rate_ctr.h
index 85fe5c1f..88c9de5a 100644
--- a/include/osmocore/rate_ctr.h
+++ b/include/osmocore/rate_ctr.h
@@ -33,8 +33,8 @@ struct rate_ctr_desc {
/* Describe a counter group class */
struct rate_ctr_group_desc {
- /* The prefix / format string to be used for all counters */
- char *group_prefix_fmt;
+ /* The prefix to the name of all counters in this group */
+ char *group_name_prefix;
/* The human-readable description of the group */
char *group_description;
/* The number of counters in this group */