Changeset 33d83d4 for lib/format_helper.c
- Timestamp:
- 11/14/06 11:49:11 (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:
- cab58c5
- Parents:
- b9aa767
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_helper.c
r3eff1c8 r33d83d4 61 61 # include <sys/ioctl.h> 62 62 63 struct libtrace_eventobj_t trace_event_device(struct libtrace_t *trace, struct libtrace_packet_t *packet) { 63 struct libtrace_eventobj_t trace_event_device(struct libtrace_t *trace, 64 struct libtrace_packet_t *packet) { 64 65 struct libtrace_eventobj_t event = {0,0,0.0,0}; 65 66 int data;
Note: See TracChangeset
for help on using the changeset viewer.