UniRec  3.3.1
interfaceStats.hpp
Go to the documentation of this file.
1 
9 #include <cstdint>
10 
11 #pragma once
12 
13 namespace 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.