litl  0.1.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
litl_trace_split_t Struct Reference

A data structure for splitting an archive of traces. More...

#include <litl_types.h>

Data Fields

int f_handle
 
litl_buffer_t header_buffer_ptr
 
litl_buffer_t header_buffer
 
litl_general_header_ttrace_header
 
litl_process_header_tprocess_header
 
litl_med_size_t nb_processes
 
litl_buffer_t buffer
 
litl_size_t buffer_size
 

Detailed Description

A data structure for splitting an archive of traces.

Definition at line 417 of file litl_types.h.

Field Documentation

litl_buffer_t litl_trace_split_t::buffer

A pointer to the buffer

Definition at line 427 of file litl_types.h.

litl_size_t litl_trace_split_t::buffer_size

A buffer size

Definition at line 428 of file litl_types.h.

int litl_trace_split_t::f_handle

A file handler

Definition at line 418 of file litl_types.h.

litl_buffer_t litl_trace_split_t::header_buffer

A pointer to the current position within the header buffer

Definition at line 421 of file litl_types.h.

litl_buffer_t litl_trace_split_t::header_buffer_ptr

A pointer to the beginning of the header buffer

Definition at line 420 of file litl_types.h.

litl_med_size_t litl_trace_split_t::nb_processes

A number of processes

Definition at line 425 of file litl_types.h.

litl_process_header_t* litl_trace_split_t::process_header

A pointer to a process header

Definition at line 423 of file litl_types.h.

litl_general_header_t* litl_trace_split_t::trace_header

A pointer to a trace header

Definition at line 422 of file litl_types.h.


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