Changes by: arcady (arcady at unknown.email)
Date: 2005-08-26 19:04:29 -0700 (Fri, 26 Aug 2005)
Revision: 1945
Log message:

      Big fat commit to add the read-ack functionality to DIO.
      There is an addition to the GC API for point to point messages
      (new function sendp2p, new even P2PMsg, and a new functor
      parameter p2pmsg). DIO gets some hashtables in its dsc, which
      keep track of who acked which read. No error handling is currently
      done if reads go unacked.
      

Changes  Path
+4 -5 mojavefs/shmem/dio/chunk_store.ml
+2 -2 mojavefs/shmem/dio/chunk_store.mli
+84 -23 mojavefs/shmem/dio/dio.ml
+2 -2 mojavefs/shmem/dio/dio.mli
+5 -0 mojavefs/shmem/gc/gcomm.ml
+3 -0 mojavefs/shmem/gc/gcomm.mli