]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/capps/TestCollection/MultihopOscilloscope.h
Allows a cthreads application to set the collection ID for a client ID
[tinyos-2.x.git] / apps / tosthreads / capps / TestCollection / MultihopOscilloscope.h
index 437bd510e7ca4edaf1b79e51e042dab8c6ee60aa..41d8885cca2ed3b82718a25c1ffcc1508f909c12 100644 (file)
@@ -24,7 +24,7 @@ enum {
   NREADINGS = 5,
   /* Default sampling period. */
   DEFAULT_INTERVAL = 1024,
-  AM_OSCILLOSCOPE = NEW_COLLECTION_ID(),
+  AM_OSCILLOSCOPE = NEW_COLLECTION_CLIENT_ID(),
 };
 
 typedef nx_struct oscilloscope {