mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
[rate_ctr] Rename group_prefix_fmt to group_name_prefix
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user