Skip to content
Snippets Groups Projects
Commit 95e6b3d0 authored by Pravein Govindan Kannan's avatar Pravein Govindan Kannan
Browse files

Comment on payload meta declaration

parent d7adc48f
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ typedef struct flow_record_t { ...@@ -52,6 +52,7 @@ typedef struct flow_record_t {
flow_metrics metrics; flow_metrics metrics;
} __attribute__((packed)) flow_record; } __attribute__((packed)) flow_record;
// Payload Meta is a tuple containing information about the payload
typedef struct payload_meta_t { typedef struct payload_meta_t {
u32 if_index; u32 if_index;
u32 pkt_len; u32 pkt_len;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment