X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Flib%2Fnet%2Flqi%2FCCollectionC.nc;h=527d7a629e6c9e37d4f4d76fd39e0d81679d5f94;hb=c5b798cd21ab503fcbad0b4d145301589975a0d2;hp=1b1dca26430270aaf4672c22c49ea79f993b5e32;hpb=1fe0446fd667275237d1852719c97034d9bf1aad;p=tinyos-2.x.git diff --git a/tos/lib/tosthreads/lib/net/lqi/CCollectionC.nc b/tos/lib/tosthreads/lib/net/lqi/CCollectionC.nc index 1b1dca26..527d7a62 100644 --- a/tos/lib/tosthreads/lib/net/lqi/CCollectionC.nc +++ b/tos/lib/tosthreads/lib/net/lqi/CCollectionC.nc @@ -44,11 +44,13 @@ implementation { components BlockingCollectionSnooperP; components BlockingCollectionSenderP; components BlockingCollectionControlC; + components CCollectionIdP; CCP.BlockingReceive -> BlockingCollectionReceiverP; CCP.BlockingSnoop -> BlockingCollectionSnooperP; CCP.BlockingSend -> BlockingCollectionSenderP; CCP.RoutingControl -> BlockingCollectionControlC; + CCP.CCollectionId -> CCollectionIdP; components CollectionC; CCP.Packet -> CollectionC;