Changeset 515 for trunk/lib/format_erf.c
- Timestamp:
- 11/24/05 12:00:55 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/format_erf.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/format_erf.c
r514 r515 674 674 // Need to skip this packet as it is a message packet 675 675 tracefifo_out_update(libtrace->fifo, packet->size); 676 tracefifo_ack_update(libtrace->fifo, packet->size + (sizeof(uint32_t) * 2)); 676 tracefifo_ack_update(libtrace->fifo, packet->size + 677 sizeof(uint32_t) + 678 sizeof(libtrace_packet_status_t)); 677 679 continue; 678 680 } … … 691 693 tracefifo_out_update(libtrace->fifo,packet->size); 692 694 693 tracefifo_ack_update(libtrace->fifo,packet->size + (sizeof(uint32_t) * 2)); 695 tracefifo_ack_update(libtrace->fifo,packet->size + 696 sizeof(uint32_t) + 697 sizeof(libtrace_packet_status_t)); 694 698 695 699 //packet->size = numbytes;
Note: See TracChangeset
for help on using the changeset viewer.
