]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/interfaces/ThreadInfo.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / tosthreads / interfaces / ThreadInfo.nc
index d98379fc05a5ea7586d92afc7e7f5f0f995dea11..df244c1c4a00e558c90245cb81a5b3167b7358b9 100644 (file)
@@ -36,5 +36,6 @@
 #include "thread.h"
 
 interface ThreadInfo {
+  async command error_t reset();
   async command thread_t* get();
 }