Changeset 6cd7c20 for lib/libtrace.h
- Timestamp:
- 10/11/04 15:25:57 (18 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:
- 24e9fed
- Parents:
- be78902
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h
r063c879 r6cd7c20 358 358 TRACE_EVENT_SLEEP, 359 359 TRACE_EVENT_PACKET 360 } libtrace_event type_t;361 362 struct libtrace_event _t {363 libtrace_event type_t type;360 } libtrace_event_t; 361 362 struct libtrace_eventobj_t { 363 libtrace_event_t type; 364 364 int fd; 365 365 double seconds; … … 379 379 * TRACE_EVENT_PACKET Packet arrived in <buffer> with size <size> 380 380 */ 381 struct libtrace_event _t trace_event(struct libtrace_t *trace,381 struct libtrace_eventobj_t trace_event(struct libtrace_t *trace, 382 382 struct libtrace_packet_t *packet); 383 383
Note: See TracChangeset
for help on using the changeset viewer.