Data Fields

libtrace_out_t Struct Reference

A libtrace output trace. More...

Collaboration diagram for libtrace_out_t:
Collaboration graph
[legend]

Data Fields

struct libtrace_format_tformat
 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.

Detailed Description

A libtrace output trace.


Field Documentation

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().

The filename for the uri for the output trace.

Referenced by trace_create_output(), trace_destroy_output(), and trace_open_file_out().


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