Changeset aa62105
- Timestamp:
- 02/23/06 11:50:04 (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:
- 52f8fc2
- Parents:
- 91c9552
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_erf.c
rc2d5f23 raa62105 467 467 } 468 468 469 #define RT_DATA 1470 #define RT_MSG 2471 472 469 static int rtclient_read_packet(struct libtrace_t *libtrace, struct libtrace_packet_t *packet) { 473 470 int numbytes = 0; … … 514 511 tracefifo_out_update(libtrace->fifo, sizeof(uint32_t)); 515 512 516 if (status.type == RT_MSG) {513 if (status.type == 2 /* RT_MSG */) { 517 514 /* Need to skip this packet as it is a message packet */ 518 515 tracefifo_out_update(libtrace->fifo, packet->size);
Note: See TracChangeset
for help on using the changeset viewer.