litl
0.1.1
|
A general data structure that corresponds to the header of a trace file. More...
#include <litl_types.h>
Data Fields | |
litl_data_t | litl_ver [8] |
litl_data_t | sysinfo [128] |
litl_med_size_t | nb_processes |
A general data structure that corresponds to the header of a trace file.
Definition at line 247 of file litl_types.h.
litl_data_t litl_general_header_t::litl_ver[8] |
Information regarding the version of LiTL
Definition at line 248 of file litl_types.h.
litl_med_size_t litl_general_header_t::nb_processes |
A number of processes in the trace file
Definition at line 250 of file litl_types.h.
litl_data_t litl_general_header_t::sysinfo[128] |
Information regarding OS, Hardware, etc.
Definition at line 249 of file litl_types.h.