Changeset ed7c716
- Timestamp:
- 02/23/06 14:04:15 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- b7d2de5
- Parents:
- bdde7b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h
r52f8fc2 red7c716 494 494 libtrace_event_t type; /**< event type (iowait,sleep,packet) */ 495 495 int fd; /**< if IOWAIT, the fd to sleep on */ 496 double seconds; /**< if SLEEP, the amount of time to sleep for */ 497 int size; /**< if PACKET, the value returned from trace_read_packet */ 496 double seconds; /**< if SLEEP, the amount of time to sleep for 497 */ 498 int size; /**< if PACKET, the value returned from 499 * trace_read_packet 500 */ 498 501 } libtrace_eventobj_t; 499 502
Note: See TracChangeset
for help on using the changeset viewer.