Changeset 2e22196d
- Timestamp:
- 02/25/15 15:38:09 (6 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, 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:
- 69ae5a9
- Parents:
- 4338f97
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracertstats/tracertstats_parallel.c
rd994324 r2e22196d 240 240 if (next_update_time <= mesg->additional.uint64) { 241 241 //fprintf(stderr, "Got a tick and publishing early!!\n"); 242 trace_publish_result(trace, t, (uint64_t) last_ts, (libtrace_generic_types_t){.ptr = NULL}, RESULT_NORMAL);242 trace_publish_result(trace, t, (uint64_t) last_ts, (libtrace_generic_types_t){.ptr = results}, RESULT_NORMAL); 243 243 trace_post_reporter(trace); 244 244 results = calloc(1, sizeof(result_t) + sizeof(statistic_t) * filter_count);
Note: See TracChangeset
for help on using the changeset viewer.