Changeset a8f2692 for tools/tracestats/tracestats.c
- Timestamp:
- 10/15/09 18:25:10 (11 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:
- 189f5c6
- Parents:
- 7f1b9d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracestats/tracestats.c
rdd1217b ra8f2692 62 62 static void cleanup_signal(int signal) 63 63 { 64 (void)signal; 64 65 done=1; 65 66 } … … 89 90 90 91 if (trace_is_err(trace)) { 91 trace_perror(trace," ");92 trace_perror(trace,"Failed to create trace"); 92 93 return; 93 94 } 94 95 95 96 if (trace_start(trace)==-1) { 96 trace_perror(trace," ");97 trace_perror(trace,"Failed to start trace"); 97 98 return; 98 99 }
Note: See TracChangeset
for help on using the changeset viewer.