X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=src%2Fkernel%2Fswift.h;h=275b322c5508c653b0a95fd31731b4d2aaa9fd7a;hb=c3020b98a62024b7e9d74f23c041358e0f1a5c0b;hp=6c6f331df90ba3f86b4b2b2e63f706095fac283d;hpb=c49c43f789ee42a674ec7ad3fb5233b7e9621f3c;p=swifty.git diff --git a/src/kernel/swift.h b/src/kernel/swift.h index 6c6f331..275b322 100644 --- a/src/kernel/swift.h +++ b/src/kernel/swift.h @@ -9,8 +9,8 @@ #ifdef __KERNEL__ struct swifthdr { - __be16 src; - __be16 dst; + uint8_t src; + uint8_t dst; __be16 len; }; #endif