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

A data structure for pairs (tid, offset) stored in the trace header. More...

#include <litl_types.h>

Data Fields

litl_tid_t tid
 
litl_offset_t offset
 

Detailed Description

A data structure for pairs (tid, offset) stored in the trace header.

Definition at line 271 of file litl_types.h.

Field Documentation

litl_offset_t litl_thread_pair_t::offset

An offset to the chunk of events

Definition at line 273 of file litl_types.h.

litl_tid_t litl_thread_pair_t::tid

A thread ID

Definition at line 272 of file litl_types.h.


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