Changes by: dnoblet (dnoblet at unknown.email)
Date: 2005-08-22 15:51:52 -0700 (Mon, 22 Aug 2005)
Revision: 1944
Log message:

      This branch (LNODES_JNODES_IMPL) contains the work (incomplete) done to implement a version of group communication where the messages exchanged during a view change would keep track of the nodes thought to be leaving (lnodes) and joining (jnodes) a view.
      
      The basic idea behind this was to prevent certain nodes from receiving more view changes than others in the case of a failure.
      

Changes  Path
+187 -77 mojavefs-branches/LNODES_JNODES_IMPL/shmem/gc/gcomm.ml
+23 -0 mojavefs-branches/LNODES_JNODES_IMPL/shmem/gc/helper_functions.ml
+5 -1 mojavefs-branches/LNODES_JNODES_IMPL/shmem/gc/helper_functions.mli
+6 -6 mojavefs-branches/LNODES_JNODES_IMPL/shmem/gc/type_defs.ml
+24 -17 mojavefs-branches/LNODES_JNODES_IMPL/shmem/test/flooder.ml