Changeset 162d976
- Timestamp:
- 06/14/06 11:01:38 (15 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:
- 430077b
- Parents:
- 1bd63d6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_duck.c
r02b7297 r162d976 248 248 } 249 249 250 static int duck_get_link_type(const libtrace_packet_t *packet) {250 static libtrace_linktype_t duck_get_link_type(const libtrace_packet_t *packet) { 251 251 return TRACE_TYPE_DUCK; 252 252 } -
tools/tracemerge/tracemerge.c
r0e91d5e r162d976 127 127 128 128 if (trace_write_packet(output,packet[oldest]) < 0) { 129 trace_perror (output, "trace_write_packet");129 trace_perror_output(output, "trace_write_packet"); 130 130 break; 131 131 }
Note: See TracChangeset
for help on using the changeset viewer.