UniRec 3.3.2
Loading...
Searching...
No Matches
interfaceStats.hpp
Go to the documentation of this file.
1
9#include <cstdint>
10
11#pragma once
12
13namespace Nemea {
14
19 uint64_t receivedBytes;
20 uint64_t receivedRecords;
21 uint64_t missedRecords;
22};
23
24} // namespace Nemea
Structure to store statistics related to an input interface.