From: klueska Date: Tue, 17 Jun 2008 07:04:10 +0000 (+0000) Subject: Small bug in wiring X-Git-Tag: release_tinyos_2_1_0_0~275 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=b8eb9bd02b9326eaad095797aedd1f0de4f94044 Small bug in wiring --- diff --git a/tos/lib/tosthreads/lib/net/BlockingCollectionSenderP.nc b/tos/lib/tosthreads/lib/net/BlockingCollectionSenderP.nc index f6c498ec..33a280f6 100644 --- a/tos/lib/tosthreads/lib/net/BlockingCollectionSenderP.nc +++ b/tos/lib/tosthreads/lib/net/BlockingCollectionSenderP.nc @@ -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;