]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tossim/TossimRadioMsg.h
Merge over into the trunk.
[tinyos-2.x.git] / tos / lib / tossim / TossimRadioMsg.h
index 29b7fd88a0b54758d90344c21c055dc366d99de8..5ab8c7983713ef41f1e60091697084d50fc711d7 100644 (file)
@@ -4,7 +4,8 @@
 #include "AM.h"
 
 typedef nx_struct tossim_header {
-  nx_am_addr_t addr;
+  nx_am_addr_t dest;
+  nx_am_addr_t src;
   nx_uint8_t length;
   nx_am_id_t type;
 } tossim_header_t;