Changeset c5ff469 for tools/tracesplit
- Timestamp:
- 02/28/13 10:24:41 (9 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:
- 5699389
- Parents:
- 954577b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracesplit/tracesplit.c
rc0ccccd rc5ff469 371 371 } 372 372 373 if (done)374 break;375 376 373 if (trace_is_err(input)) { 377 374 trace_perror(input,"Reading packets"); … … 381 378 382 379 trace_destroy(input); 380 381 if (done) 382 break; 383 383 384 } 384 385
Note: See TracChangeset
for help on using the changeset viewer.