summaryrefslogtreecommitdiff
path: root/pkt_buff.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkt_buff.h')
-rw-r--r--pkt_buff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkt_buff.h b/pkt_buff.h
index 58b0506..e044f66 100644
--- a/pkt_buff.h
+++ b/pkt_buff.h
@@ -20,7 +20,7 @@ struct pkt_buff {
unsigned int size;
struct protocol *handler;
- int link_type;
+ uint32_t link_type;
uint16_t proto;
};