litl
0.1.9
|
A data structure for reading one event. More...
#include <litl_types.h>
Data Fields | |
litl_tid_t | tid |
litl_t * | event |
A data structure for reading one event.
Definition at line 345 of file litl_types.h.
litl_t* litl_read_event_t::event |
A pointer to the read event
Definition at line 347 of file litl_types.h.
litl_tid_t litl_read_event_t::tid |
A thread ID
Definition at line 346 of file litl_types.h.