25 Apr 2006 19:22
CVS update of hedera/src/org/continuent/hedera/appia (1 file)
Date: Tuesday, April 25, 2006 <at> 19:22:45
Author: nunomrc
Path: /cvsroot/hedera/hedera/src/org/continuent/hedera/appia
Modified: HederaSupportSession.java (1.1 -> 1.2)
Added the initial_view parameter on the XML configuration. Hedera can now receive an initial view in order
not to start with a view with a single member.
---------------------------+
HederaSupportSession.java | 100 +++++++++++++++++++++++---------------------
1 files changed, 54 insertions(+), 46 deletions(-)
Index: hedera/src/org/continuent/hedera/appia/HederaSupportSession.java
diff -u hedera/src/org/continuent/hedera/appia/HederaSupportSession.java:1.1 hedera/src/org/continuent/hedera/appia/HederaSupportSession.java:1.2
--- hedera/src/org/continuent/hedera/appia/HederaSupportSession.java:1.1 Fri Mar 17 20:18:35 2006
+++ hedera/src/org/continuent/hedera/appia/HederaSupportSession.java Tue Apr 25 19:22:45 2006
<at> <at> -61,6 +61,7 <at> <at>
private boolean isBlocked=true;
private InetWithPort multicast=null;
private InetWithPort[] gossips = null;
+ private InetWithPort[] initial_view = null;
private InetWithPort myAddress = null;
private Group myGroup=null;
private boolean requestedConnect = false;
<at> <at> -116,8 +117,14 <at> <at>
}
}
- if (params.containsKey("endpt")) {
(Continue reading)
RSS Feed