Libtrap: Internal development docs
1.16.1
|
List of autoflush timeouts of output interfaces. More...
#include <trap_internal.h>
Data Fields | |
int | idx |
int64_t | tm |
int64_t | tm_backup |
List of autoflush timeouts of output interfaces.
Definition at line 208 of file trap_internal.h.
int autoflush_timeouts::idx |
Index of output interface.
Definition at line 209 of file trap_internal.h.
int64_t autoflush_timeouts::tm |
Autoflush timeout to be elapsed.
Definition at line 210 of file trap_internal.h.
int64_t autoflush_timeouts::tm_backup |
Backup value of the autoflush timeout.
Definition at line 211 of file trap_internal.h.