]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/TestCollection/TestCollectionC.nc
Add sequence #.
[tinyos-2.x.git] / 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();