From b8eb9bd02b9326eaad095797aedd1f0de4f94044 Mon Sep 17 00:00:00 2001 From: klueska Date: Tue, 17 Jun 2008 07:04:10 +0000 Subject: [PATCH] Small bug in wiring --- tos/lib/tosthreads/lib/net/BlockingCollectionSenderP.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2