- Timestamp:
- 01/13/17 14:33:21 (4 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, master, ndag_format, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- c9ce7ab
- Parents:
- 6f7cd4b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_dpdk.c
r6f7cd4b r174b3c7 2135 2135 if (mesg && libtrace_message_queue_count(mesg) > 0) 2136 2136 return READ_MESSAGE; 2137 if ((nb_rx=is_halted(libtrace)) != -1)2137 if ((nb_rx=is_halted(libtrace)) != (size_t) -1) 2138 2138 return nb_rx; 2139 2139 /* Wait a while, polling on memory degrades performance
Note: See TracChangeset
for help on using the changeset viewer.