Flowgrind
Advanced TCP traffic generator
column_state Struct Reference

State of an intermediated interval report column. More...

#include <flowgrind.h>

Data Fields

size_t last_width
 Last width of the column. More...
 
unsigned oversized
 How often the current column width was too high. More...
 
bool visible
 Dynamically turn an column on/off. More...
 

Detailed Description

State of an intermediated interval report column.

Definition at line 283 of file flowgrind.h.

Field Documentation

◆ last_width

size_t column_state::last_width

Last width of the column.

Definition at line 289 of file flowgrind.h.

◆ oversized

unsigned column_state::oversized

How often the current column width was too high.

Definition at line 287 of file flowgrind.h.

◆ visible

bool column_state::visible

Dynamically turn an column on/off.

Definition at line 285 of file flowgrind.h.


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