Changeset a31b4c7
- Timestamp:
- 11/03/06 11:35:50 (14 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:
- a575f4b
- Parents:
- 7ca2c7d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracemerge/tracemerge.c
r66caf4b ra31b4c7 97 97 uint64_t oldest_ts=0; 98 98 int oldest=-1; 99 for(i=0;i<argc- 2;++i) {99 for(i=0;i<argc-optind;++i) { 100 100 if (!live[i] && input[i]) { 101 101 int ret=trace_read_packet(input[i],packet[i]);
Note: See TracChangeset
for help on using the changeset viewer.