diff options
Diffstat (limited to 'pkt_buff.h')
-rw-r--r-- | pkt_buff.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ struct pkt_buff { unsigned int size; struct protocol *handler; - int link_type; + uint32_t link_type; uint16_t proto; }; |