|
WAND Trace processing
4.0.5
|
Data Fields | |
| bool | live |
| True if a live format (i.e. More... | |
| int | max_threads |
| The maximum number of threads supported by a parallel trace. More... | |
| bool libtrace_info_t::live |
True if a live format (i.e.
packets have to be trace-time). Otherwise false, indicating packets can be read as fast as possible from the format.
Referenced by trace_pstart().
| int libtrace_info_t::max_threads |
The maximum number of threads supported by a parallel trace.
1 if parallel support is not native (in this case libtrace will simulate an unlimited number of threads), -1 means unlimited and 0 unknown.