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

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

#include <stats.h>

Public Attributes

struct stat_sample_hdr hdr
 
int max_stats
 The allocated size of the stat_sample::stats structure. More...
 
struct timed_statstats
 The statistics in question. More...
 

Detailed Description

A single stat sample for a single item.

Definition at line 53 of file stats.h.

Member Data Documentation

struct stat_sample_hdr stat_sample::hdr

Definition at line 54 of file stats.h.

int stat_sample::max_stats

The allocated size of the stat_sample::stats structure.

Definition at line 56 of file stats.h.

struct timed_stat* stat_sample::stats

The statistics in question.

Definition at line 58 of file stats.h.


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