Changeset 0539f11 for tools/tracesplit/tracesplit.c
- Timestamp:
- 08/21/08 12:01:57 (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:
- b9009c2
- Parents:
- 4e4a77f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracesplit/tracesplit.c
r34d1d98 r0539f11 141 141 } 142 142 } 143 if (optind+2<argc) { 143 144 if (optind+2>argc) { 144 145 fprintf(stderr,"missing inputuri or outputuri\n"); 145 146 usage(argv[0]);
Note: See TracChangeset
for help on using the changeset viewer.