X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=src%2Fkernel%2Fmptp.h;h=51e5b0cf8add3375abed70d6bef86c557b824d1b;hb=e3bff5fefa935df631f368118784a2bb4ff17e0d;hp=b837617d4efe5b8e15633452d6b0e4555b48f95e;hpb=5d690fef4ebea52e5bfc1560c945e86c0dbbb946;p=swifty.git diff --git a/src/kernel/mptp.h b/src/kernel/mptp.h index b837617..51e5b0c 100644 --- a/src/kernel/mptp.h +++ b/src/kernel/mptp.h @@ -11,14 +11,13 @@ #endif struct mptp_dest { - uint32_t addr; - uint16_t port; - uint16_t bytes; + uint32_t addr; + uint16_t port; }; struct sockaddr_mptp { - int count; - struct mptp_dest dests[0]; + int count; + struct mptp_dest dests[0]; }; #ifdef __KERNEL__