X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FBlockingAMReceiverImplP.nc;h=e9b6b4ed3743edbc5609dea78aeb9712f79a00e4;hp=c2c7fa4ae8a8b9db15bea63bff7456224f7e7eca;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/lib/tosthreads/system/BlockingAMReceiverImplP.nc b/tos/lib/tosthreads/system/BlockingAMReceiverImplP.nc index c2c7fa4a..e9b6b4ed 100644 --- a/tos/lib/tosthreads/system/BlockingAMReceiverImplP.nc +++ b/tos/lib/tosthreads/system/BlockingAMReceiverImplP.nc @@ -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;