]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/Deluge/Deluge.h
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / net / Deluge / Deluge.h
index fc2cfc504640f490dabe16803a04e6d7e033bba2..ec1952010c6bf66cd7a164e54c4a9086ada70a62 100644 (file)
@@ -45,8 +45,8 @@ enum {
   DELUGE_INVALID_UID = 0xffffffff,
   DELUGE_NUM_VOLUMES = 4, 
   DELUGE_KEY = 0xDE00,
-  DELUGE_AM_FLASH_VOL_MANAGER = 0xAB,
-  DELUGE_AM_DELUGE_MANAGER = 0xAC,
+  DELUGE_AM_FLASH_VOL_MANAGER = 0x53,
+  DELUGE_AM_DELUGE_MANAGER = 0x54,
 };
 
 enum {
@@ -65,7 +65,7 @@ typedef nx_struct DelugeCmd {
   nx_uint8_t type;
   nx_uint32_t uidhash;  // unique id of image
   nx_uint8_t  imgNum;   // image number
-  nx_uint16_t size;     // size of the image
+  nx_uint32_t size;     // size of the image
 } DelugeCmd;
 
 typedef struct BootArgs {