[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tosthreads/system MainC.nc, 1.2, 1.3

John Regehr regehr at users.sourceforge.net
Wed Sep 24 20:14:30 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/tosthreads/system
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19037

Modified Files:
	MainC.nc 
Log Message:
add safe failure handling component, if we're building a safe app

Index: MainC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/tosthreads/system/MainC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MainC.nc	23 Jun 2008 01:25:03 -0000	1.2
--- MainC.nc	25 Sep 2008 03:14:28 -0000	1.3
***************
*** 55,58 ****
--- 55,62 ----
    components StaticThreadC;
      
+ #ifdef SAFE_TINYOS
+   components SafeFailureHandlerC;
+ #endif
+ 
    // Export the SoftwareInit and Boot for applications
    SoftwareInit = TinyOSMainP.SoftwareInit;



More information about the Tinyos-2-commits mailing list