Add the bytes field in the mptp_dest structure.
[swifty.git] / src / kernel / mptp.h
index 51e5b0c..2eaf3bf 100644 (file)
@@ -13,6 +13,7 @@
 struct mptp_dest {
     uint32_t addr;
     uint16_t port;
+       uint16_t bytes;
 };
 
 struct sockaddr_mptp {