]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/txt/tep111.txt
TEP updates for last call.
[tinyos-2.x.git] / doc / txt / tep111.txt
index 17fe6f61ae8ddbeeab9d14653467486ae06a8c2f..871a6a078a9bd3bf41459d6f2667f40b43a4d27a 100644 (file)
@@ -144,7 +144,8 @@ message_t structure is defined in ``tos/types/message.h``::
     nx_uint8_t metadata[sizeof(message_metadata_t)];
   } message_t;
 
-This format keeps data at a fixed offset, which is important when
+This format keeps data at a fixed but platform dependent offset, which 
+is important when
 passing a message buffer between two different link layers. If the
 data payload were at different offsets for different link layers, then
 passing a packet between two link layers would require a ``memmove(3)``