- Timestamp:
- 09/03/15 17:13:15 (5 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:
- bf986a1
- Parents:
- 7e6b54d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
r9a3a846 r0a368ae 924 924 ++libtrace->accepted_packets; 925 925 ++libtrace->sequence_number; 926 libtrace->last_packet = packet; 926 if (packet->trace == libtrace) 927 libtrace->last_packet = packet; 927 928 return ret; 928 929 } while(1); … … 965 966 966 967 packet->trace = trace; 968 trace->last_packet = packet; 967 969 968 970 /* Clear packet cache */
Note: See TracChangeset
for help on using the changeset viewer.