X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FBlockingAMReceiverImplP.nc;h=e9b6b4ed3743edbc5609dea78aeb9712f79a00e4;hb=4f00f40a7c40b8ba3493abc904f895aeba5d7a09;hp=c2c7fa4ae8a8b9db15bea63bff7456224f7e7eca;hpb=729c2ae97fd4657e60118af9793374124358a925;p=tinyos-2.x.git 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;