Skip to content

Commit 80236e1

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent 08154ae commit 80236e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/ipfixprobe/outputPlugin/outputStorage/lfnbOutputStorage.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class LFNBOutputStorage : public OutputStorage<ElementType> {
7979
const uint64_t readPosition
8080
= sequentialReadPosition % OutputStorage<ElementType>::STORAGE_CAPACITY;
8181
const uint64_t remappedReadPosition
82-
= remap(readPosition) % OutputStorage<ElementType>::STORAGE_CAPACITY;
82+
= remap(sequentialReadPosition) % OutputStorage<ElementType>::STORAGE_CAPACITY;
8383
const uint64_t nextRemappedReadPosition
8484
= remap(readPosition + 1) % OutputStorage<ElementType>::STORAGE_CAPACITY;
8585
__builtin_prefetch(

0 commit comments

Comments
 (0)