Synopsis
typedef struct {
  const char *const name;
  volatile long *data;
} CTL_STATS_DESCRIPTOR_t;
Description

CTL_STATS_DESCRIPTOR_t describes a single statistic that can be monitored.

Structure
name
A pointer to the string that contains the user-facing name of the statistic.
data
A pointer to the statistic data item.