X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftossim%2FTossimRadioMsg.h;h=5ab8c7983713ef41f1e60091697084d50fc711d7;hb=1a329382c4f4556fd52d85f4e3f4a67e54911682;hp=29b7fd88a0b54758d90344c21c055dc366d99de8;hpb=3837fe262225242d1629ba72bdf12f6d162ba5c0;p=tinyos-2.x.git diff --git a/tos/lib/tossim/TossimRadioMsg.h b/tos/lib/tossim/TossimRadioMsg.h index 29b7fd88..5ab8c798 100644 --- a/tos/lib/tossim/TossimRadioMsg.h +++ b/tos/lib/tossim/TossimRadioMsg.h @@ -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;