X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Flib%2Fnet%2Fctp%2FCCollectionC.nc;h=5bee546cca05782d29a429fac32f2acfa8d95370;hb=c5b798cd21ab503fcbad0b4d145301589975a0d2;hp=6e17b7a0d2334e80c9b12c1492f061d869c733f0;hpb=1fe0446fd667275237d1852719c97034d9bf1aad;p=tinyos-2.x.git diff --git a/tos/lib/tosthreads/lib/net/ctp/CCollectionC.nc b/tos/lib/tosthreads/lib/net/ctp/CCollectionC.nc index 6e17b7a0..5bee546c 100644 --- a/tos/lib/tosthreads/lib/net/ctp/CCollectionC.nc +++ b/tos/lib/tosthreads/lib/net/ctp/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;