Changeset 25240c2
- Timestamp:
- 12/20/06 10:39:54 (16 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:
- eb1aab2
- Parents:
- 5d56d34
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_dag24.c
r5e85c23 r25240c2 243 243 packet->buffer = erfptr; 244 244 packet->header = erfptr; 245 packet->type = TRACE_RT_DATA_ERF; 245 246 if (erfptr->flags.rxerror == 1) { 246 247 /* rxerror means the payload is corrupt - drop it … … 278 279 } 279 280 280 packet->type = TRACE_RT_DATA_ERF;281 281 282 282 do { -
lib/format_dag25.c
r5e85c23 r25240c2 242 242 packet->buffer = erfptr; 243 243 packet->header = erfptr; 244 packet->type = TRACE_RT_DATA_ERF; 244 245 if (erfptr->flags.rxerror == 1) { 245 246 /* rxerror means the payload is corrupt - drop it … … 276 277 packet->buffer = 0; 277 278 } 278 279 packet->type = TRACE_RT_DATA_ERF;280 279 281 280 do {
Note: See TracChangeset
for help on using the changeset viewer.