Changeset 0e91d5e
- Timestamp:
- 06/05/06 19:48:57 (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:
- 3e66b30
- Parents:
- 6f9aaee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracemerge/tracemerge.c
r6f9aaee r0e91d5e 54 54 usage(argv[0]); 55 55 56 output=trace_create_output(argv[optind ]);56 output=trace_create_output(argv[optind++]); 57 57 if (trace_is_err_output(output)) { 58 trace_perror_output(output,"trace_create ");58 trace_perror_output(output,"trace_create_output"); 59 59 return 1; 60 60 } 61 61 if (trace_start_output(output)==-1) { 62 trace_perror_output(output,"trace_start ");62 trace_perror_output(output,"trace_start_output"); 63 63 return 1; 64 64 }
Note: See TracChangeset
for help on using the changeset viewer.