litl  0.1.9
Data Fields

A data structure for merging trace files into an archive of traces. More...

#include <litl_types.h>

Data Fields

int f_handle
 
char * filename
 
litl_med_size_t nb_traces
 
char ** traces_names
 
litl_buffer_t buffer_ptr
 
litl_buffer_t buffer
 
litl_size_t buffer_size
 
litl_offset_t general_offset
 

Detailed Description

A data structure for merging trace files into an archive of traces.

Definition at line 402 of file litl_types.h.

Field Documentation

◆ buffer

litl_buffer_t litl_trace_merge_t::buffer

A pointer to the current position in the buffer

Definition at line 410 of file litl_types.h.

◆ buffer_ptr

litl_buffer_t litl_trace_merge_t::buffer_ptr

A pointer to the beginning of the buffer

Definition at line 409 of file litl_types.h.

◆ buffer_size

litl_size_t litl_trace_merge_t::buffer_size

A buffer size

Definition at line 411 of file litl_types.h.

◆ f_handle

int litl_trace_merge_t::f_handle

A file handler

Definition at line 403 of file litl_types.h.

◆ filename

char* litl_trace_merge_t::filename

A file name

Definition at line 404 of file litl_types.h.

◆ general_offset

litl_offset_t litl_trace_merge_t::general_offset

An offset from the beginning of the trace file till the current position

Definition at line 413 of file litl_types.h.

◆ nb_traces

litl_med_size_t litl_trace_merge_t::nb_traces

A number of traces

Definition at line 406 of file litl_types.h.

◆ traces_names

char** litl_trace_merge_t::traces_names

An array of traces names

Definition at line 407 of file litl_types.h.


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