[Tinyos-commits] CVS: tinyos-1.x/tools/java/net/tinyos/deluge
Rebooter.java, 1.3, 1.4
Jonathan Hui
jwhui at users.sourceforge.net
Sat Aug 27 17:01:34 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tools/java/net/tinyos/deluge
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20312
Modified Files:
Rebooter.java
Log Message:
- Allow reboots even if nodes are not running deluge correctly.
Index: Rebooter.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/java/net/tinyos/deluge/Rebooter.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Rebooter.java 23 Aug 2005 07:37:53 -0000 1.3
--- Rebooter.java 28 Aug 2005 00:01:32 -0000 1.4
***************
*** 57,65 ****
}
- if ( pinger.existsError() && imageNum > 0 ) {
- throw new IllegalArgumentException(
- "Deluge is not running on one or more nodes.");
- }
-
this.pinger = pinger;
this.pingReply = pinger.getPingReply(imageNum);
--- 57,60 ----
More information about the Tinyos-commits
mailing list