A libtrace output trace. More...
Data Fields | |
struct libtrace_format_t * | format |
The capture format for the output trace. | |
void * | format_data |
Pointer to the "global" data for the capture format module. | |
char * | uridata |
The filename for the uri for the output trace. | |
libtrace_err_t | err |
Error information for the output trace. | |
bool | started |
Boolean flag indicating whether the trace has been started. |
A libtrace output trace.
Error information for the output trace.
Referenced by trace_create_output(), trace_get_err_output(), and trace_is_err_output().
The capture format for the output trace.
Referenced by trace_config_output(), trace_create_output(), trace_destroy_output(), trace_start_output(), and trace_write_packet().
Pointer to the "global" data for the capture format module.
Boolean flag indicating whether the trace has been started.
Referenced by trace_create_output(), trace_start_output(), and trace_write_packet().
char* libtrace_out_t::uridata |
The filename for the uri for the output trace.
Referenced by trace_create_output(), trace_destroy_output(), and trace_open_file_out().