]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/lib/net/tosthread_collection.h
Update to C api for CTP and MultiHopLqi
[tinyos-2.x.git] / tos / lib / tosthreads / lib / net / tosthread_collection.h
index 62daa345975c2f3a9ee3d3a795f6d051536d0ae3..4bdfb30e5f1aee5102c5232e6194baa99b193c5d 100644 (file)
 #define TOSTHREAD_COLLECTION_H
 
 #include "message.h"
-#include "AM.h"
 #include "TinyError.h"
+#include "Collection.h"
+
+extern error_t collectionRoutingStart();
+extern error_t collectionRoutingStop();
 
 extern error_t collectionReceive(message_t* m, uint32_t timeout, collection_id_t id);
 extern error_t collectionSnoop(message_t* m, uint32_t timeout, collection_id_t id);