#include <HttpTransact.h>
Public Member Functions | |
StatBlock () | |
void | init () |
Data Fields | |
StatRecord_t | stats [StatBlockEntries] |
StatBlock * | next |
uint16_t | next_insert |
Definition at line 587 of file HttpTransact.h.
HttpTransact::StatBlock::StatBlock | ( | ) | [inline] |
Definition at line 589 of file HttpTransact.h.
void HttpTransact::StatBlock::init | ( | void | ) | [inline] |
Definition at line 595 of file HttpTransact.h.
References next, and next_insert.
Referenced by HttpTransact::add_new_stat_block(), and StatBlock().
Definition at line 602 of file HttpTransact.h.
Referenced by HttpTransact::add_new_stat_block(), init(), and HttpTransact::State::record_transaction_stats().
uint16_t HttpTransact::StatBlock::next_insert |
Definition at line 603 of file HttpTransact.h.
Referenced by HttpTransact::add_new_stat_block(), init(), HttpTransact::State::record_transaction_stats(), and HttpTransact::update_stat().
StatRecord_t HttpTransact::StatBlock::stats[StatBlockEntries] |
Definition at line 599 of file HttpTransact.h.
Referenced by HttpTransact::State::record_transaction_stats(), StatBlock(), and HttpTransact::update_stat().