]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/system/BlockingAMReceiverImplP.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / tosthreads / system / BlockingAMReceiverImplP.nc
index c2c7fa4ae8a8b9db15bea63bff7456224f7e7eca..e9b6b4ed3743edbc5609dea78aeb9712f79a00e4 100644 (file)
@@ -52,8 +52,8 @@ generic module BlockingAMReceiverImplP() {
 implementation {
   
   typedef struct params {
-    message_t* msg;
     uint32_t*  timeout;
+    message_t* msg;
     error_t    error;
   } params_t;