summaryrefslogtreecommitdiffstats
path: root/src/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal.h')
-rw-r--r--src/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal.h b/src/internal.h
index 477dc70..37bf79e 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -27,6 +27,8 @@ struct pkt_buff {
uint32_t len;
uint32_t data_len;
+
+ bool mangled;
};
#endif