Skip to content

Commit b22e10b

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent af5c17d commit b22e10b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/ipfixprobe/outputPlugin/outputStorage/outputStorageRegistrar.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ class OutputStorageRegistrar {
2424
m_allocationBuffer
2525
= std::make_shared<AllocationBufferS<ReferenceCounter<OutputContainer<ElementType>>>>(
2626
OutputStorage<ElementType>::STORAGE_CAPACITY
27-
//* OutputStorage<ElementType>::MAX_READER_GROUPS_COUNT
28-
,
27+
* OutputStorage<ElementType>::MAX_READER_GROUPS_COUNT,
2928
writersCount);
3029
}
3130

0 commit comments

Comments
 (0)