X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FBlockingAMSnooperC.nc;h=5564b534e01a07f1772760e5837eceb7642e7b88;hb=4bbaef97c9471e5d870e6a99d4a17de6df1de108;hp=234ef2fc4f3533ed7ca84273f9f6c299301ac265;hpb=2052eb08fc0e27ecca1f4140015dc6e87f959867;p=tinyos-2.x.git diff --git a/tos/lib/tosthreads/system/BlockingAMSnooperC.nc b/tos/lib/tosthreads/system/BlockingAMSnooperC.nc index 234ef2fc..5564b534 100644 --- a/tos/lib/tosthreads/system/BlockingAMSnooperC.nc +++ b/tos/lib/tosthreads/system/BlockingAMSnooperC.nc @@ -31,6 +31,7 @@ /** * @author Kevin Klues (klueska@cs.stanford.edu) + * @author Chieh-Jan Mike Liang (cliang4@cs.jhu.edu) */ #include "AM.h" @@ -46,7 +47,7 @@ implementation { components ActiveMessageC; components BlockingActiveMessageC as AM; BlockingReceive = AM.BlockingSnoop[amId]; - AM.Snoop[amId] -> ActiveMessageC.Snoop[amId]; + AM.Snoop[amId] -> ActiveMessageC.SnoopDefault[amId]; Packet = AM; AMPacket = AM;