Skip to content

Commit fe66ff5

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent acd8428 commit fe66ff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/ipfixprobe/outputPlugin/outputStorage/mqOutputStorage.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,13 +264,13 @@ class MQOutputStorage : public OutputStorage<ElementType> {
264264
std::atomic<bool> m_writerFinished {false};
265265

266266
struct State {
267+
uint64_t written;
267268
std::span<ElementType*> readBuffer;
268269
std::span<ElementType*> writeBuffer;
269270
boost::container::static_vector<
270271
CacheAlligned<std::atomic<uint64_t>>,
271272
OutputStorage<ElementType>::MAX_READERS_COUNT>
272273
readerGroupPositions;
273-
uint64_t written;
274274

275275
State& operator=(const State& other) noexcept
276276
{

0 commit comments

Comments
 (0)