]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tinynode/platform_message.h
Add serial metadata to all platform_message.h files.
[tinyos-2.x.git] / tos / platforms / tinynode / platform_message.h
index 821bb8aa7327567d4ea9a962f438659369161021..17b5508dcb1009376d6528d48ff47c8b5e8d4ce3 100644 (file)
@@ -48,6 +48,7 @@ typedef union message_footer {
 
 typedef union message_metadata {
   xe1205_metadata_t xe1205;
+  serial_metadata_t serial;
 } message_metadata_t;
 
 #endif