Synopsis
typedef struct {
  const char *group;
  const CTL_STATS_DESCRIPTOR_t *desc;
} CTL_STATS_GROUP_t;
Description

CTL_STATS_GROUP_t describes a group of statistics.

Structure
group
A pointer to the string that contains the user-facing name of the statistic group.
desc
A pointer to the first element of the array of statistics.