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