Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2005-11-02 00:48:21 -0800 (Wed, 02 Nov 2005)
Revision: 8078
Log message:

      
      Added most of the code for the consensus protocol. Also got the 
      code for the flooder test program to compile and in the meanwhile 
      fixed a bug in the OMakefile for libmojave.
      
      What we miss right now is the code for processing the replies sent
      when the consensus is done. Timeouts need to be added too.
      
      

Changes  Path
+1 -1 mojavefs/shmem/common/OMakefile
+197 -20 mojavefs/shmem/gc/gcomm.ml
+3 -0 mojavefs/shmem/gc/helper_functions.ml
+2 -0 mojavefs/shmem/gc/helper_functions.mli
+18 -1 mojavefs/shmem/gc/type_defs.ml
+7 -3 mojavefs/shmem/test/OMakefile
+6 -2 mojavefs/shmem/test/flooder.ml