We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5c17d commit b22e10bCopy full SHA for b22e10b
1 file changed
include/ipfixprobe/outputPlugin/outputStorage/outputStorageRegistrar.hpp
@@ -24,8 +24,7 @@ class OutputStorageRegistrar {
24
m_allocationBuffer
25
= std::make_shared<AllocationBufferS<ReferenceCounter<OutputContainer<ElementType>>>>(
26
OutputStorage<ElementType>::STORAGE_CAPACITY
27
- //* OutputStorage<ElementType>::MAX_READER_GROUPS_COUNT
28
- ,
+ * OutputStorage<ElementType>::MAX_READER_GROUPS_COUNT,
29
writersCount);
30
}
31
0 commit comments