From e0a43a257b706cfe500571f691171f0dd7346ce4 Mon Sep 17 00:00:00 2001 From: scipio Date: Fri, 11 Jul 2008 00:36:27 +0000 Subject: [PATCH] Add sequence #. --- apps/tosthreads/apps/TestCollection/TestCollectionC.nc | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/tosthreads/apps/TestCollection/TestCollectionC.nc b/apps/tosthreads/apps/TestCollection/TestCollectionC.nc index e49640ba..46ed34e6 100644 --- a/apps/tosthreads/apps/TestCollection/TestCollectionC.nc +++ b/apps/tosthreads/apps/TestCollection/TestCollectionC.nc @@ -92,6 +92,7 @@ implementation { } memcpy(o, &local, sizeof(oscilloscope_t)); if (call BlockingSend.send(&sendbuf, sizeof(oscilloscope_t)) == SUCCESS) { + local.count++; report_sent(); } else { report_problem(); -- 2.39.2