]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/lib/net/lqi/CCollectionC.nc
Allows a cthreads application to set the collection ID for a client ID
[tinyos-2.x.git] / tos / lib / tosthreads / lib / net / lqi / CCollectionC.nc
index 1b1dca26430270aaf4672c22c49ea79f993b5e32..527d7a629e6c9e37d4f4d76fd39e0d81679d5f94 100644 (file)
@@ -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;