Skip to content

Commit f39c4eb

Browse files
committed
Flow - Add hash field
1 parent a6576c1 commit f39c4eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/ipfixprobe/flowifc.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ struct Record {
246246
* \brief Flow record struct constaining basic flow record data and extension headers.
247247
*/
248248
struct Flow : public Record {
249+
uint64_t flow_hash;
250+
249251
struct timeval time_first;
250252
struct timeval time_last;
251253
uint64_t src_bytes;

0 commit comments

Comments
 (0)