]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Small bug in wiring
authorklueska <klueska>
Tue, 17 Jun 2008 07:04:10 +0000 (07:04 +0000)
committerklueska <klueska>
Tue, 17 Jun 2008 07:04:10 +0000 (07:04 +0000)
tos/lib/tosthreads/lib/net/BlockingCollectionSenderP.nc

index f6c498ecf7c3028dd7d9ef4e8f1e4fd025a51174..33a280f6a02d5c3358ab66589e284774b968f487 100644 (file)
@@ -44,7 +44,7 @@ implementation {
   
   BlockingCollectionSenderImplP.Mutex -> MutexC;
   BlockingCollectionSenderImplP.SystemCall -> SystemCallC;
-  BlockingCollectionSenderImplP.Send -> Collector;
+  BlockingCollectionSenderImplP.Send[clientid] -> Collector[clientid];
   BlockingCollectionSenderImplP.Packet -> Collector;
   BlockingCollectionSenderImplP.Leds -> LedsC;