]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Add sequence #.
authorscipio <scipio>
Fri, 11 Jul 2008 00:36:27 +0000 (00:36 +0000)
committerscipio <scipio>
Fri, 11 Jul 2008 00:36:27 +0000 (00:36 +0000)
apps/tosthreads/apps/TestCollection/TestCollectionC.nc

index e49640ba994a4c4acc64070cb96bce5bfebcbc13..46ed34e632091de830729145984a6b64dd068e2e 100644 (file)
@@ -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();