litl
0.1.1
|
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 342 of file litl_types.h.
litl_t* litl_read_event_t::event |
A pointer to the read event
Definition at line 344 of file litl_types.h.
litl_tid_t litl_read_event_t::tid |
A thread ID
Definition at line 343 of file litl_types.h.