Data Fields | |
libtrace_event_t | type |
event type (iowait,sleep,packet) | |
int | fd |
if IOWAIT, the fd to sleep on | |
double | seconds |
if SLEEP, the amount of time to sleep for | |
int | size |
if PACKET, the value returned from trace_read_packet |
|
if IOWAIT, the fd to sleep on
|
|
if SLEEP, the amount of time to sleep for
|
|
if PACKET, the value returned from trace_read_packet
|
|
event type (iowait,sleep,packet)
|