Changeset d3e4697 for lib/format_erf.c
- Timestamp:
- 09/13/05 10:54:47 (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:
- fba4ca0
- Parents:
- 12290e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_erf.c
r084d95a rd3e4697 478 478 // have to copy it out of the memory hole at this stage: 479 479 memcpy(packet->buffer, erfptr, size); 480 480 481 packet->status = 0; 481 482 packet->size = size; 482 483 DAG.offset += size; … … 525 526 return -1; 526 527 } 528 packet->status = 0; 527 529 packet->size = rlen; 528 530 return rlen;
Note: See TracChangeset
for help on using the changeset viewer.