- Timestamp:
- 03/02/17 13:52:15 (4 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, master, ndag_format, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- 33a106a
- Parents:
- 684a21c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace_parallel.c
rdb84bb2 rf4fdcd1 1733 1733 ret = libtrace->format->start_input(libtrace); 1734 1734 } 1735 if (libtrace->perpkt_thread_count > 1) 1735 if (libtrace->perpkt_thread_count > 1) { 1736 1736 libtrace->pread = trace_pread_packet_first_in_first_served; 1737 1737 /* Don't wait for a burst of packets if the format is … … 1741 1741 libtrace->config.burst_size = 1; 1742 1742 } 1743 else 1743 } 1744 else { 1744 1745 /* Use standard read_packet */ 1745 1746 libtrace->pread = NULL; 1747 } 1746 1748 } 1747 1749
Note: See TracChangeset
for help on using the changeset viewer.