X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Finterfaces%2FThreadInfo.nc;h=df244c1c4a00e558c90245cb81a5b3167b7358b9;hp=d98379fc05a5ea7586d92afc7e7f5f0f995dea11;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 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(); }