We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040ab41 commit a875707Copy full SHA for a875707
1 file changed
include/ipfixprobe/outputPlugin/outputStorage/ringOutputStorage.hpp
@@ -43,9 +43,9 @@ class RingOutputStorage : public OutputStorage<ElementType> {
43
this->m_allocationBuffer->deallocate(m_lastReadContainer, 0);
44
m_lastReadContainer = nullptr;
45
}*/
46
- if (ipx_ring_cnt(m_ring.get()) == 0) {
+ /*if (ipx_ring_cnt(m_ring.get()) == 0) {
47
return nullptr;
48
- }
+ }*/
49
50
auto pop = ipx_ring_pop(m_ring.get());
51
if (pop == nullptr) {
0 commit comments