]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/Deluge/DelugeMsgs.h
Add image verification at boot time. To make this possible I had to reintroduce the...
[tinyos-2.x.git] / tos / lib / net / Deluge / DelugeMsgs.h
index 449bcf1de4d895994ba93ab0974bad41ebd4e76b..3096a41c3324954c46cb309276203b6987468db9 100644 (file)
@@ -54,14 +54,14 @@ typedef nx_struct DelugeReqMsg {
   nx_uint16_t    sourceAddr;
   nx_object_id_t objid;
   nx_page_num_t  pgNum;
-  nx_uint8_t     requestedPkts[DELUGE_PKT_BITVEC_SIZE];
+  nx_uint8_t     requestedPkts[DELUGET2_PKT_BITVEC_SIZE];
 } DelugeReqMsg;
 
 typedef nx_struct DelugeDataMsg {
   nx_object_id_t objid;
   nx_page_num_t  pgNum;
   nx_uint8_t     pktNum;
-  nx_uint8_t     data[DELUGE_PKT_PAYLOAD_SIZE];
+  nx_uint8_t     data[DELUGET2_PKT_PAYLOAD_SIZE];
 } DelugeDataMsg;
 
 #endif