Main Page | Data Structures | Directories | File List | Data Fields | Globals

libtrace_eventobj_t Struct Reference

Structure returned by libtrace_event explaining what the current event is. More...


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


Detailed Description

Structure returned by libtrace_event explaining what the current event is.


Field Documentation

int libtrace_eventobj_t::fd
 

if IOWAIT, the fd to sleep on

double libtrace_eventobj_t::seconds
 

if SLEEP, the amount of time to sleep for

int libtrace_eventobj_t::size
 

if PACKET, the value returned from trace_read_packet

libtrace_event_t libtrace_eventobj_t::type
 

event type (iowait,sleep,packet)


The documentation for this struct was generated from the following file:
Generated on Wed Sep 5 17:48:06 2007 for WAND Trace processing by  doxygen 1.4.2