My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
stat_sample_hdr Struct Reference

Header for a single stat sample for a single item. More...

#include <stats.h>

Public Attributes

enum stat_id stat_id
 The ID of the statistic being sampled. More...
 
unsigned int item_id
 The ID for the item being sampled. More...
 
int n_stats
 The size of the sample (number of stats, not number of items) More...
 

Detailed Description

Header for a single stat sample for a single item.

Definition at line 43 of file stats.h.

Member Data Documentation

unsigned int stat_sample_hdr::item_id

The ID for the item being sampled.

Definition at line 47 of file stats.h.

int stat_sample_hdr::n_stats

The size of the sample (number of stats, not number of items)

Definition at line 49 of file stats.h.

enum stat_id stat_sample_hdr::stat_id

The ID of the statistic being sampled.

Definition at line 45 of file stats.h.


The documentation for this struct was generated from the following file: