- Timestamp:
- 03/02/15 11:21:23 (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:
- 62b3c4e
- Parents:
- e7d3bdc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracertstats/tracertstats_parallel.c
r0ec8a7c rb023181 183 183 // Unsure when we would hit this case but the old code had it, I 184 184 // guess we should keep it 185 assert(trace_get_packet_buffer( pkt,NULL,NULL) != NULL);185 assert(trace_get_packet_buffer(data.pkt,NULL,NULL) != NULL); 186 186 ts = trace_get_seconds(data.pkt) / packet_interval; 187 187 if (last_ts == 0)
Note: See TracChangeset
for help on using the changeset viewer.