]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/lib/net/lqi/ccollection.h
Allows a cthreads application to set the collection ID for a client ID
[tinyos-2.x.git] / tos / lib / tosthreads / lib / net / lqi / ccollection.h
index c18e2636c27155c2d2603cb2251de0c13cf30ca6..e0937ec5a96facfc84b09df5ef63485e6476e760 100644 (file)
@@ -41,6 +41,6 @@
 #include "Collection.h"
 #include "MultiHopLqi.h"
 
-#define  NEW_COLLECTION_ID() ((collection_id_t)unique(UQ_LQI_CLIENT))
+#define  NEW_COLLECTION_CLIENT_ID() ((uint8_t)unique(UQ_LQI_CLIENT))
 
 #endif //CCOLLECTION_H