Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2005-08-10 00:05:40 -0700 (Wed, 10 Aug 2005)
Revision: 1928
Log message:
Added the functionality for initiating a view change and all the
corresponding actions. Didn't test the code yet. More
changes are needed:
- the join_views function needs to be updated
- make sure that the epochs in the messages and tokens are properly set
- send token information (epoch) along with accept_vc or reject_vc... or
maybe when a join message is sent... or both times...
- create a new token when a new view is installed
Changes | Path |
+197 -109 | mojavefs/shmem/gc/gcomm.ml |
+23 -4 | mojavefs/shmem/gc/helper_functions.ml |
+4 -0 | mojavefs/shmem/gc/helper_functions.mli |
+1 -0 | mojavefs/shmem/gc/type_defs.ml |