Struct of a single record (i.e., a packet in a segment of streaming data) More...
#include <data.h>
Public Attributes | |
| FlowKey< key_len > | flowkey |
| the flowkey associated with the record More... | |
| int64_t | timestamp |
| measured in microsecond (i.e., 1e-6s) More... | |
| int64_t | length |
| length of IP datagram (in bytes) More... | |
Struct of a single record (i.e., a packet in a segment of streaming data)
| key_len | length of flowkey |
| FlowKey<key_len> OmniSketch::Data::Record< key_len >::flowkey |
the flowkey associated with the record
| int64_t OmniSketch::Data::Record< key_len >::length |
length of IP datagram (in bytes)
| int64_t OmniSketch::Data::Record< key_len >::timestamp |
measured in microsecond (i.e., 1e-6s)