X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Finterfaces%2FThreadInfo.nc;h=df244c1c4a00e558c90245cb81a5b3167b7358b9;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=d98379fc05a5ea7586d92afc7e7f5f0f995dea11;hpb=9720fb8250cecf3f696a9c844c1d37b594ce050a;p=tinyos-2.x.git diff --git a/tos/lib/tosthreads/interfaces/ThreadInfo.nc b/tos/lib/tosthreads/interfaces/ThreadInfo.nc index d98379fc..df244c1c 100644 --- a/tos/lib/tosthreads/interfaces/ThreadInfo.nc +++ b/tos/lib/tosthreads/interfaces/ThreadInfo.nc @@ -36,5 +36,6 @@ #include "thread.h" interface ThreadInfo { + async command error_t reset(); async command thread_t* get(); }