X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Flib%2Fnet%2Ftosthread_collection.h;h=4bdfb30e5f1aee5102c5232e6194baa99b193c5d;hb=802b282f295653b98398143e4b623373d462a02d;hp=62daa345975c2f3a9ee3d3a795f6d051536d0ae3;hpb=a216dfd8c1cc53979c3a1a4b488c9c18185b6ae9;p=tinyos-2.x.git diff --git a/tos/lib/tosthreads/lib/net/tosthread_collection.h b/tos/lib/tosthreads/lib/net/tosthread_collection.h index 62daa345..4bdfb30e 100644 --- a/tos/lib/tosthreads/lib/net/tosthread_collection.h +++ b/tos/lib/tosthreads/lib/net/tosthread_collection.h @@ -37,8 +37,11 @@ #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);